Browse Source

add some missing prototypes

pre-master-46
dwarning 8 years ago
committed by Holger Vogt
parent
commit
079b3bb7fd
  1. 7
      src/sharedspice.c

7
src/sharedspice.c

@ -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…
Cancel
Save