summaryrefslogtreecommitdiff
path: root/gps_json.h
diff options
context:
space:
mode:
Diffstat (limited to 'gps_json.h')
-rw-r--r--gps_json.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gps_json.h b/gps_json.h
index 72f911e6..50aaca21 100644
--- a/gps_json.h
+++ b/gps_json.h
@@ -8,7 +8,7 @@
struct devconfig_t {
char device[PATH_MAX];
int native;
- int bps;
+ int bps;
char serialmode[4];
};
@@ -21,7 +21,7 @@ void json_watch_dump(int, char *, size_t);
int json_configchan_read(struct chanconfig_t *, char **, char *);
void json_configchan_dump(struct chanconfig_t *, char *, char *, size_t);
int json_configdev_read(struct devconfig_t *, char *);
-void json_configdev_dump(struct devconfig_t *, char *, char *, size_t);
+void json_configdev_dump(struct devconfig_t *, char *, size_t);
#define NWATCHTYPES 5