Added R methods and their c counterparts for connection and database management
This commit is contained in:
@@ -5,11 +5,9 @@
|
||||
#include <stdint.h>
|
||||
|
||||
struct modb_t {
|
||||
char *name;
|
||||
const char *name;
|
||||
size_t name_len;
|
||||
};
|
||||
|
||||
struct modb_t *modbAlloc(const char *name, size_t name_len);
|
||||
void modbRelease(struct modb_t **modb);
|
||||
|
||||
#endif // H__MODB_TYPES__
|
||||
|
||||
Reference in New Issue
Block a user