diff options
| author | Keith Packard <keithp@keithp.com> | 2009-07-05 08:35:28 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2009-07-05 08:35:28 -0700 |
| commit | 19630ef084866f4230e68ccf11284b30c68128b1 (patch) | |
| tree | 7bdcbc867d05067c19d1f71a41fd1e4f4612b65e /aoview/aoview.h | |
| parent | e506ed4b6efb86eab50204658fcd433b987e3831 (diff) | |
Dont smash aoview_monitor_parse input buffer
Diffstat (limited to 'aoview/aoview.h')
| -rw-r--r-- | aoview/aoview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aoview/aoview.h b/aoview/aoview.h index 7807b2fa..5c118a11 100644 --- a/aoview/aoview.h +++ b/aoview/aoview.h @@ -124,7 +124,7 @@ gboolean aoview_monitor_connect(char *tty); gboolean -aoview_monitor_parse(char *line); +aoview_monitor_parse(const char *line); void aoview_monitor_reset(void); |
