mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-04 11:48:30 +00:00
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 */
|
|
|
|
|
|
|