mirror of https://github.com/wb2osz/direwolf.git
23 lines
232 B
C
23 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 */
|
||
|
|
||
|
|
||
|
|