X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FMoof%2FLog.hh;h=1f9d0c6b084d9a6f404f3ec756d7c6eb9418c9c2;hb=d5b4262bc0c6cea41c603e8a3a85ab93adfdc36b;hp=09130ed5010aeb535eef7abc09802d959494c98e;hpb=ca0f7bdfba63140dca0bd20586d31980f3938eb2;p=chaz%2Fyoink diff --git a/src/Moof/Log.hh b/src/Moof/Log.hh index 09130ed..1f9d0c6 100644 --- a/src/Moof/Log.hh +++ b/src/Moof/Log.hh @@ -114,6 +114,7 @@ void logInfo(const char* fmt, ...); void logDebug(const char* fmt, ...); +void logScript(const char* fmt, ...); class Script; int logScript(Script& script); void importLogScript(Script& script);