X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fxpdf%2Fgfile.h;h=10a422607ebde712818f75990324555869d4ade0;hb=ebe12c095d5a5274feb5f4475b3782aa64a07d0a;hp=bb6131d1747af898a0e98f7c9f0f4557f4480334;hpb=50dd339d3d6262763616efe8d7ee415ab19befb9;p=swftools.git diff --git a/pdf2swf/xpdf/gfile.h b/pdf2swf/xpdf/gfile.h index bb6131d..10a4226 100644 --- a/pdf2swf/xpdf/gfile.h +++ b/pdf2swf/xpdf/gfile.h @@ -4,7 +4,7 @@ // // Miscellaneous file and directory name manipulation. // -// Copyright 1996-2002 Glyph & Cog, LLC +// Copyright 1996-2003 Glyph & Cog, LLC // //======================================================================== @@ -58,6 +58,9 @@ extern GString *getHomeDir(); // Get current directory. extern GString *getCurrentDir(); +/* create a temporary filename */ +char* mktmpname(char*ptr); + // Append a file name to a path string. may be an empty // string, denoting the current directory). Returns . extern GString *appendToPath(GString *path, char *fileName);