From d42919b07644ca6abd533820dd39ce2bacc86ab0 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 12 May 2007 17:53:12 +0000 Subject: Restore mk_argvn as external so picttoppm will build git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@298 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/libpbmfont.c | 2 +- lib/pbmfont.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libpbmfont.c b/lib/libpbmfont.c index 708205a2..17f3c8ff 100644 --- a/lib/libpbmfont.c +++ b/lib/libpbmfont.c @@ -1072,7 +1072,7 @@ pbm_dumpfont( fn ) /* Routines for loading a BDF font file */ -static unsigned int +unsigned int mk_argvn(char * const s, const char ** const vec, unsigned int const mk_max) { 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 } -- cgit 1.4.1