add some missing prototypes
This commit is contained in:
parent
4738edeab5
commit
079b3bb7fd
|
|
@ -201,6 +201,13 @@ void wl_delete_first(wordlist **wlstart, wordlist **wlend);
|
|||
int add_bkpt(void);
|
||||
int sharedsync(double*, double*, double, double, double, int, int*, int);
|
||||
|
||||
void sh_delete_myvec(void);
|
||||
|
||||
#ifdef XSPICE
|
||||
void shared_send_event(int, double, double, char *, void *, int, int);
|
||||
void shared_send_dict(int, int, char*, char*);
|
||||
#endif
|
||||
|
||||
#if !defined(low_latency)
|
||||
static char* outstorage(char*, bool);
|
||||
static void printsend(void);
|
||||
|
|
|
|||
Loading…
Reference in New Issue