mirror of
https://github.com/g8bpq/QtSoundModem.git
synced 2025-04-02 21:41:19 +02:00
22 lines
232 B
C
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 */
|
|
|
|
|
|
|