object web, etc
[cilux] / src / include / notification.h
index 14a3030..750ad6a 100644 (file)
@@ -28,6 +28,7 @@ PUBLIC void n_register_driver(char*            name,
 PUBLIC n_object*    n_object_new(char* s);
 PUBLIC void         n_commit(n_object* o);
 PUBLIC n_object*    n_view(n_object* o, char* uid);
+PUBLIC void         n_open(n_object* o, char* uid, char* options);
 PUBLIC char*        n_to_string(n_object* o);
 PUBLIC char*        n_uid(n_object* o);
 PUBLIC int          n_uid_is(n_object* o, char* uid);