Drop obsolete source_callback_*().

This commit is contained in:
Uwe Hermann 2011-02-20 14:04:12 +01:00
parent c25d2039de
commit e5551f657d
1 changed files with 0 additions and 3 deletions

View File

@ -91,9 +91,6 @@ void sr_source_add(int fd, int events, int timeout,
/*--- session.c -------------------------------------------------------------*/
typedef void (*source_callback_remove) (int fd);
typedef void (*source_callback_add) (int fd, int events, int timeout,
receive_data_callback callback, void *user_data);
typedef void (*datafeed_callback) (struct sr_device *device,
struct sr_datafeed_packet *packet);