X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fxpdf%2Fgfile.h;h=10a422607ebde712818f75990324555869d4ade0;hb=ebe12c095d5a5274feb5f4475b3782aa64a07d0a;hp=f8053625813798d570a604754f1623d20bae8c5f;hpb=52ad3becdae0941c52f1be6985c99c41829e287f;p=swftools.git diff --git a/pdf2swf/xpdf/gfile.h b/pdf2swf/xpdf/gfile.h index f805362..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 // //======================================================================== @@ -14,7 +14,6 @@ #include #include #include -#include "./aconf.h" #if defined(WIN32) # include # ifdef FPTEX @@ -59,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); @@ -136,7 +138,4 @@ private: #endif }; -/* create a temporary filename */ -char* mktmpname(char*ptr); - #endif