diff options
Diffstat (limited to 'src/interface.h')
-rw-r--r-- | src/interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.h b/src/interface.h index abd6341..d07f298 100644 --- a/src/interface.h +++ b/src/interface.h @@ -38,6 +38,6 @@ void interface_clear(struct context *ctx); void -interface_set_status(struct context *ctx, const gchar *); +interface_set_status(struct context *ctx, const gchar *, ...); #endif |