add some missing prototypes

This commit is contained in:
dwarning 2018-10-23 14:04:54 +02:00 committed by Holger Vogt
parent 4738edeab5
commit 079b3bb7fd
1 changed files with 7 additions and 0 deletions

View File

@ -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);