00001 /*************************************************************************** 00002 $RCSfile$ 00003 ------------------- 00004 cvs : $Id: notifications_l.h 2 2005-01-02 10:05:37Z aquamaniac $ 00005 begin : Mon Mar 01 2004 00006 copyright : (C) 2004 by Martin Preuss 00007 email : martin@libchipcard.de 00008 00009 *************************************************************************** 00010 * Please see toplevel file COPYING for license details * 00011 ***************************************************************************/ 00012 00013 00014 #ifndef CHIPCARD_CLIENT_NOTIFICATIONS_L_H 00015 #define CHIPCARD_CLIENT_NOTIFICATIONS_L_H 00016 00017 #include <chipcard2-client/client/notifications.h> 00018 00019 GWEN_LIST_FUNCTION_DEFS(LC_NOTIFICATION, LC_Notification) 00020 00021 LC_NOTIFICATION *LC_Notification_new(GWEN_TYPE_UINT32 serverId, 00022 const char *clientId, 00023 const char *ntype, 00024 const char *ncode, 00025 GWEN_DB_NODE *data); 00026 00027 00028 00029 #endif /* CHIPCARD_CLIENT_NOTIFICATIONS_L_H */ 00030
1.5.3