diff options
Diffstat (limited to 'server.h')
-rw-r--r-- | server.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -2,7 +2,6 @@ #define fooflxserverhfoo typedef struct _flxEntry flxEntry; -typedef struct _flxResponseJob flxResponseJob; #include "flx.h" #include "iface.h" @@ -23,12 +22,6 @@ struct _flxEntry { FLX_LLIST_FIELDS(flxEntry, by_id); }; -struct _flxResponseJob { - flxTimeEvent *time_event; - flxRecord *record; - FLX_LLIST_FIELDS(flxResponseJob, response); -}; - struct _flxServer { GMainContext *context; flxInterfaceMonitor *monitor; |