]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-genunix.hpp
webapps.wiki: adding search bar
[factor.git] / vm / os-genunix.hpp
index 8075e21c5ee7cf93bfd8ed5377902c18c4783db7..dee563a96891b79f2feff0c9278737afadd85496 100644 (file)
@@ -1,8 +1,8 @@
-#define DLLEXPORT extern "C"
-#define NULL_DLL NULL
+namespace factor {
 
-void c_to_factor_toplevel(CELL quot);
-void init_signals(void);
-void early_init(void);
-const char *vm_executable_path(void);
-const char *default_image_path(void);
+#define VM_C_API extern "C"
+
+void early_init();
+const char* vm_executable_path();
+const char* default_image_path();
+}