diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2004-08-14 17:41:34 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2004-08-14 17:41:34 +0000 |
commit | 6c3d64c8d74f6cf1145faf1088ba6ef36b250186 (patch) | |
tree | 0fb171693df1cb2da3d5d803ec4c70018d706202 /gpsd.h | |
parent | 1bd92d607a71cf57d4c19b295a7f1d14f5287d0a (diff) | |
download | gpsd-6c3d64c8d74f6cf1145faf1088ba6ef36b250186.tar.gz |
Add an end-of-sssion wrapup function.
Diffstat (limited to 'gpsd.h')
-rw-r--r-- | gpsd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -157,6 +157,7 @@ void gps_init(struct session_t *session, int gps_activate(struct session_t *session); void gps_deactivate(struct session_t *session); void gps_poll(struct session_t *session); +void gps_wrap(struct session_t *session); /* caller must supply these */ void gpscli_errexit(char *s); |