openenvutils/commandshell/shell/inc/cond.epro
changeset 0 2e3d3ce01487
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/openenvutils/commandshell/shell/inc/cond.epro	Tue Feb 02 10:12:00 2010 +0200
@@ -0,0 +1,10 @@
+/* Generated automatically */
+#ifndef have_Src_cond_globals
+#define have_Src_cond_globals
+
+extern int evalcond _((Estate state,char*fromtest));
+extern mod_import_function char*cond_str _((char**args,int num,int raw));
+extern mod_import_function zlong cond_val _((char**args,int num));
+extern mod_import_function int cond_match _((char**args,int num,char*str));
+
+#endif /* !have_Src_cond_globals */