X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fxpdf%2Fgfile.h;h=b433aeb841e675452449f82c73577bad7e5bce8c;hb=9d6aba0a1d20e4aa8306a073691a6c294f20fff3;hp=f8053625813798d570a604754f1623d20bae8c5f;hpb=52ad3becdae0941c52f1be6985c99c41829e287f;p=swftools.git diff --git a/pdf2swf/xpdf/gfile.h b/pdf2swf/xpdf/gfile.h index f805362..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 // //======================================================================== @@ -21,6 +21,7 @@ # include # else # include +# include # endif #elif defined(ACORN) #elif defined(MACOS) @@ -59,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); @@ -136,7 +140,4 @@ private: #endif }; -/* create a temporary filename */ -char* mktmpname(char*ptr); - #endif