From 605dc3ee7dfd617cc048a27d60dfc322dadb0c37 Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Fri, 27 Feb 2009 18:36:59 -0500 Subject: Added new high level interfaces. --- dispatcher/elapi_dispatcher.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dispatcher/elapi_dispatcher.h') diff --git a/dispatcher/elapi_dispatcher.h b/dispatcher/elapi_dispatcher.h index c47e8ff..1a49a18 100644 --- a/dispatcher/elapi_dispatcher.h +++ b/dispatcher/elapi_dispatcher.h @@ -114,4 +114,10 @@ void close_audit(void); /* Creates collection with the timestamp already prepopulated */ int create_event(struct collection_item **event,char *name); +/* Creates collection - event based on the specified format */ +int construct_event(struct collection_item **event,char *name, char *format, ...); + +/* Add/Updates the event properties based on the format */ +int modify_event(struct collection_item *event, int update, char *format, ...); + #endif -- cgit