passthrough.test: Use sed instead of tail.
[enscript.git] / src / gsint.h
index 933fabc4ae56ea900f3e4131904f2d45d6308b31..3c2527ade2924e0de87f28e099b8012087da505f 100644 (file)
@@ -103,12 +103,8 @@ extern double atan2 ___P ((double, double));
 #include "dummypwd.h"
 #endif
 
-#if ENABLE_NLS
-#include <libintl.h>
+#include "gettext.h"
 #define _(String) gettext (String)
-#else
-#define _(String) String
-#endif
 
 #if HAVE_LC_MESSAGES
 #include <locale.h>
@@ -326,8 +322,6 @@ typedef struct cached_font_info_st CachedFontInfo;
 
 extern char *program;
 extern FILE *ofp;
-extern char *version_string;
-extern char *ps_version_string;
 extern char *date_string;
 extern struct tm run_tm;
 extern struct tm mod_tm;
@@ -699,4 +693,9 @@ FILE *printer_open ___P ((char *cmd, char *options, char *queue_param,
  */
 void printer_close ___P ((void *context));
 
+/*
+ * Escape filenames for shell usage
+ */
+char *shell_escape ___P ((const char *fn));
+
 #endif /* not GSINT_H */