Added the MoonshotLogger class, which by default, does nothing. But if the --enable...
[moonshot-ui.git] / libmoonshot / libmoonshot-common.h
index 0b4301e..c466364 100644 (file)
@@ -34,6 +34,6 @@
 
 #include "libmoonshot.h"
 
-MoonshotError *_moonshot_error_new (MoonshotErrorCode  code,
-                                    const char        *format,
-                                    ...);
+MoonshotError *moonshot_error_new (MoonshotErrorCode  code,
+                                   const char        *format,
+                                   ...);