aboutsummaryrefslogtreecommitdiff
path: root/pk/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'pk/console.c')
-rw-r--r--pk/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pk/console.c b/pk/console.c
index 5808d77..a9258fc 100644
--- a/pk/console.c
+++ b/pk/console.c
@@ -6,7 +6,7 @@
#include <stdbool.h>
#include <string.h>
-static int vsnprintf(char* out, size_t n, const char* s, va_list vl)
+int vsnprintf(char* out, size_t n, const char* s, va_list vl)
{
bool format = false;
bool longarg = false;