summaryrefslogtreecommitdiffstats
path: root/tools/omfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/omfile.h')
-rw-r--r--tools/omfile.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/omfile.h b/tools/omfile.h
index 09031dac..8dca6a88 100644
--- a/tools/omfile.h
+++ b/tools/omfile.h
@@ -28,7 +28,11 @@
/* prototypes */
rsRetVal modInitFile(int iIFVersRequested __attribute__((unused)), int *ipIFVersProvided, rsRetVal (**pQueryEtryPt)(), rsRetVal (*pHostQueryEtryPt)(uchar*, rsRetVal (**)()), modInfo_t*);
+/* the define below is dirty, but we need it for ompipe integration. There is no
+ * other way to have the functionality (well, one way would be to go through the
+ * globals, but that seems not yet justified. -- rgerhards, 2010-03-01
+ */
+uchar *pszFileDfltTplName;
#endif /* #ifndef OMFILE_H_INCLUDED */
-/*
- * vi:set ai:
+/* vi:set ai:
*/