first cut of Object Notification API and tests
[cilux] / src / include / kernelapi.h
index deb9e79..d16a506 100644 (file)
@@ -209,6 +209,7 @@ PUBLIC void  k_free(void* o);
 
 PUBLIC void k_log_out(char* format, ...);
 PUBLIC void k_log_err(char* format, ...);
+PUBLIC void k_assert( int t, char* format, ...);
 PUBLIC void k_fatal(  char* format, ...);
 
 /* -------------------------------------------------------------------------- */