X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fxpdf%2Fgfile.h;h=b433aeb841e675452449f82c73577bad7e5bce8c;hb=9d6aba0a1d20e4aa8306a073691a6c294f20fff3;hp=aa5e9d8cbab9fc9cbb847c5ab4462edc62c1925c;hpb=a99083c972c3464b16cb2d488f7e8b2519c48c41;p=swftools.git diff --git a/pdf2swf/xpdf/gfile.h b/pdf2swf/xpdf/gfile.h index aa5e9d8..b433aeb 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 // //======================================================================== @@ -60,6 +60,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); @@ -137,7 +140,4 @@ private: #endif }; -/* create a temporary filename */ -char* mktmpname(char*ptr); - #endif