Sha256: 5efe38fa2e704d2eeee16fc6c655492a89a4d2f4c5a99783cac78a2b19b70c30
Contents?: true
Size: 261 Bytes
Versions: 1
Compression:
Stored size: 261 Bytes
Contents
#ifndef RUBY_QFS_H #define RUBY_QFS_H #include <sys/types.h> #include <sys/time.h> #include <kfs/c/qfs.h> #include <ruby.h> extern VALUE mQfs; extern VALUE eQfsError; // QFS structs struct qfs_client { struct QFS *qfs; }; void Init_qfs_ext(void); #endif
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
qfs-0.0.13 | ext/qfs/qfs.h |