QtSoundModem/dwgpsd.h
John Wiseman 2033a940a2 0.0.0.67
2023-09-02 11:56:09 +01:00

22 lines
232 B
C

/* dwgpsd.h - For communicating with daemon */
#ifndef DWGPSD_H
#define DWGPSD_H 1
#include "config.h"
int dwgpsd_init (struct misc_config_s *pconfig, int debug);
void dwgpsd_term (void);
#endif
/* end dwgpsd.h */