fixing recv_run header in recv.h. fixes issue #14

This commit is contained in:
Zakir Durumeric 2013-08-18 13:33:30 -04:00
parent ce5be6e30f
commit 01de79da5a
1 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@
#define _RECV_H
int recv_update_pcap_stats(void);
int recv_run();
int recv_run(pthread_mutex_t *recv_ready_mutex);
#endif //_RECV_H