Cleanup work (much needed)
[tpg/opendispense2.git] / src / server / common.h
index 4fad81c..2704696 100644 (file)
@@ -72,6 +72,7 @@ extern int    giDebugLevel;
 extern void    CompileRegex(regex_t *Regex, const char *Pattern, int Flags);
 extern int     RunRegex(regex_t *regex, const char *string, int nMatches, regmatch_t *matches, const char *errorMessage);
 extern int     InitSerial(const char *Path, int BaudRate);
+extern char    *mkstr(const char *Format, ...);
 
 // --- Dispense ---
 extern int     DispenseItem(int User, tItem *Item);

UCC git Repository :: git.ucc.asn.au