about summary refs log tree commit diff
path: root/lib/pbmfont.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pbmfont.h')
-rw-r--r--lib/pbmfont.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/pbmfont.h b/lib/pbmfont.h
index 8a81c37a..4acb921e 100644
--- a/lib/pbmfont.h
+++ b/lib/pbmfont.h
@@ -69,6 +69,9 @@ struct font* pbm_loadfont(const char * const filename);
 struct font* pbm_loadpbmfont(const char * const filename);
 struct font* pbm_loadbdffont(const char * const filename);
 void pbm_dumpfont ARGS(( struct font* fn ));
+unsigned int mk_argvn(char *        const s,
+                      const char ** const vec,
+                      unsigned int  const mk_max);
 
 #ifdef __cplusplus
 }