X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=server.h;fp=server.h;h=fbd5715445c392891b2e146ab4f4d6c333c223c8;hb=c18626ad35cdf94edbff196070ccbb6ae825abd0;hp=63f2bf6557704d4ae32fae456c5fba070a17c469;hpb=54247ce93dc6f048c0ffea546f454653ce0e25a8;p=catta diff --git a/server.h b/server.h index 63f2bf6..fbd5715 100644 --- a/server.h +++ b/server.h @@ -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;