Changeset 25 for trunk/src/prefix_mgmt.h
- Timestamp:
- 02/08/07 22:44:36 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/prefix_mgmt.h
r16 r25 26 26 #define PREFIX_MGMT_H 27 27 28 #include <unistd.h> 29 #include <stdio.h> 30 #include <string.h> 31 #include <stdlib.h> 32 #include <syslog.h> 33 #include <errno.h> 34 28 35 #include "get_conf.h" 29 36 30 int prefCmp(const void *, const void *); 37 int prefCmp(const void *, const void *); /* quickly cmp, used in headers_mgmt.c */ 38 int prefGlobalCmp(const void *, const void *); /* bigger cmp, used in dataflowset.c */ 31 39 32 40 #endif /* PREFIX_MGMT_H */