Revision 95,
433 bytes
checked in by mmamonski, 11 years ago
(diff) |
on site fixes
|
Rev | Line | |
---|
[95] | 1 | #ifdef __cplusplus |
---|
| 2 | |
---|
| 3 | #include "u_hash_map_structs.h" |
---|
| 4 | |
---|
| 5 | extern "C" { |
---|
| 6 | #endif |
---|
| 7 | |
---|
| 8 | typedef struct job_info |
---|
| 9 | { |
---|
| 10 | memmgr *mm; |
---|
| 11 | job_data *job_attr; |
---|
| 12 | job_data *res_attr; |
---|
| 13 | job_data *user_attr; |
---|
| 14 | job_data *client_attr; |
---|
| 15 | } job_info; |
---|
| 16 | |
---|
| 17 | |
---|
| 18 | void hash_add_or_exit_c(memmgr **mm, job_data **head, const char *name, const char *value, int var_type); |
---|
| 19 | int memmgr_init_c(memmgr **mm, int size); |
---|
| 20 | void memmgr_destroy_c(memmgr **mm); |
---|
| 21 | |
---|
| 22 | #ifdef __cplusplus |
---|
| 23 | } |
---|
| 24 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.