Changeset 247

Show
Ignore:
Timestamp:
02/10/05 15:22:19 (4 years ago)
Author:
abauer
Message:

Removed the glib from opensync.h

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/opensync/opensync.h

    r245 r247  
    44#include <unistd.h> 
    55#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 
    817 
    918/************************************************************** 
  • trunk/opensync/opensync_internals.h

    r240 r247  
    105105        long long int id; 
    106106        int lock_fd; 
    107         struct flock fl; 
    108107        GList *filters; 
    109108};