diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-07-29 06:16:42 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-07-29 06:16:42 +0100 |
commit | 09dc60b4d73f290ccad37a086a6f867fe11efa44 (patch) | |
tree | 58bc1c5d752fec9a9f3bd590da1602e1d79d5093 /ui_70-shared.h | |
parent | 21a23a12ffa5513248eecc5444dc396c5ba0b443 (diff) |
patch and plain diff works
Diffstat (limited to 'ui_70-shared.h')
-rw-r--r-- | ui_70-shared.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui_70-shared.h b/ui_70-shared.h index 8abc3c6..c793950 100644 --- a/ui_70-shared.h +++ b/ui_70-shared.h @@ -43,6 +43,7 @@ void cgit_gopher_text(const char *txt); void cgit_gopher_tab(); void cgit_gopher_text_pad(const char *txt, int len); void cgit_gopher_end_selector(); +void gopherf(const char *format, ...); |