Changeset 247
- Timestamp:
- 02/10/05 15:22:19 (4 years ago)
- Files:
-
- trunk/opensync/opensync.h (modified) (1 diff)
- trunk/opensync/opensync_internals.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/opensync/opensync.h
r245 r247 4 4 #include <unistd.h> 5 5 #include <sys/types.h> 6 #include <fcntl.h> 7 #include <glib.h> 6 7 /************************************************************** 8 * Defines 9 *************************************************************/ 10 #ifndef TRUE 11 #define TRUE 1 12 #endif 13 14 #ifndef FALSE 15 #define FALSE 0 16 #endif 8 17 9 18 /************************************************************** trunk/opensync/opensync_internals.h
r240 r247 105 105 long long int id; 106 106 int lock_fd; 107 struct flock fl;108 107 GList *filters; 109 108 };
