diff options
| author | Keith Packard <keithp@keithp.com> | 2009-07-17 16:22:51 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2009-07-17 16:22:51 -0700 |
| commit | bfe1e76c82738baaf65abbc58c3244a07ea8fefe (patch) | |
| tree | 830df5cda8538bafd251de2336f3988b2b3b26ff /aoview/aoview.h | |
| parent | 5f0179652e8bb85add9067e5253e981c60f2c51e (diff) | |
Split GPS data into a separate column
Signed-off-by: Keith Packard <keithp@keithp.com>
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 ac64833f..803bd4a5 100644 --- a/aoview/aoview.h +++ b/aoview/aoview.h @@ -226,7 +226,7 @@ void aoview_table_start(void); void -aoview_table_add_row(char *label, char *format, ...); +aoview_table_add_row(int column, char *label, char *format, ...); void aoview_table_finish(void); |
