Changeset 21153 for trunk/Ohana/src/opihi/include/data.h
- Timestamp:
- Jan 22, 2009, 10:43:26 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/data.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/data.h
r20936 r21153 33 33 } Book; 34 34 35 void InitData ( );36 void FreeData ( );35 void InitData (void); 36 void FreeData (void); 37 37 38 38 /* in book.c */ 39 void InitBooks ( );39 void InitBooks (void); 40 40 void InitBook (Book *book, char *name); 41 41 void FreeBook (Book *book); … … 44 44 Book *CreateBook (char *name); 45 45 int DeleteBook (Book *book); 46 void ListBooks ( );46 void ListBooks (void); 47 47 48 48 /* in page.c */ … … 61 61 62 62 /* in queues.c */ 63 void InitQueues ( );64 void ListQueues ( );63 void InitQueues (void); 64 void ListQueues (void); 65 65 Queue *FindQueue (char *name); 66 66 Queue *CreateQueue (char *name); … … 151 151 int read_table_vectors (int argc, char **argv, char *extname); 152 152 153 void *db_getConnection ( );153 void *db_getConnection (void); 154 154 155 155 int bracket (double *list, int Nlist, int mode, double value); 156 156 int ibracket (int *list, int Nlist, int mode, double value); 157 157 158 void FreeKapa ( );159 void FreeQueues ( );160 void FreeBooks ( );158 void FreeKapa (void); 159 void FreeQueues (void); 160 void FreeBooks (void); 161 161 162 162 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
