diff options
Diffstat (limited to 'include/print.h')
-rw-r--r-- | include/print.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/print.h b/include/print.h index f4c942c..988333f 100644 --- a/include/print.h +++ b/include/print.h @@ -14,4 +14,6 @@ int kvprintf(const char *fmt, va_list ap); int kvsprintf(char *s, const char *fmt, va_list ap); int kvsnprintf(char *s, int size, const char *fmt, va_list ap); +void kprint_objpath(unsigned char *path, int len); + #endif |