summaryrefslogtreecommitdiff
path: root/libgpsmm.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-11-29 04:15:51 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-11-29 04:15:51 +0000
commit34c34d4438e50f29fbfcffe5c3c9ef1039d22d8a (patch)
tree6ac7029cf9276b3e09287be3db8ca6e8617f853a /libgpsmm.h
parentec57a26d8aeb8e7548135108fd800184e9122165 (diff)
downloadgpsd-34c34d4438e50f29fbfcffe5c3c9ef1039d22d8a.tar.gz
Thread-hook support and documentation removed.
Diffstat (limited to 'libgpsmm.h')
-rw-r--r--libgpsmm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libgpsmm.h b/libgpsmm.h
index 68d2c6ca..ad2248f0 100644
--- a/libgpsmm.h
+++ b/libgpsmm.h
@@ -21,8 +21,6 @@ class gpsmm {
struct gps_data_t* send(const char *request); //put a command to gpsd and return the updated struct
struct gps_data_t* stream(int); //set watcher and policy flags
struct gps_data_t* poll(void); //block until gpsd returns new data, then return the updated struct
- int set_callback(void (*hook)(struct gps_data_t *sentence, char *buf, size_t len)); //set a callback funcition, called each time new data arrives
- int del_callback(void); //delete the callback function
void clear_fix(void);
void enable_debug(int, FILE*);
private: