diff options
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); |