Sha256: 59c10c480676a19a88992b466c129b89eb1001280fdabadc80eac6349d024a37
Contents?: true
Size: 1.36 KB
Versions: 13
Compression:
Stored size: 1.36 KB
Contents
/* * Copyright (C) 2013 NEC Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef EVENT_FORWARD_ENTRY_MANIPULATION_H_ #define EVENT_FORWARD_ENTRY_MANIPULATION_H_ #include "event_forward_interface.h" void management_event_forward_entry_add( list_element** service_list, const event_forward_operation_request* request, size_t request_len ); void management_event_forward_entry_delete( list_element** service_list, const event_forward_operation_request* request, size_t request_len ); void management_event_forward_entries_set( list_element** service_list, const event_forward_operation_request* request, size_t request_len ); #endif /* EVENT_FORWARD_ENTRY_MANIPULATION_H_ */
Version data entries
13 entries across 13 versions & 1 rubygems