diff options
Diffstat (limited to 'mcast/client/.svn/text-base/tca_handler.h.svn-base')
-rw-r--r-- | mcast/client/.svn/text-base/tca_handler.h.svn-base | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mcast/client/.svn/text-base/tca_handler.h.svn-base b/mcast/client/.svn/text-base/tca_handler.h.svn-base deleted file mode 100644 index 1803b28..0000000 --- a/mcast/client/.svn/text-base/tca_handler.h.svn-base +++ /dev/null @@ -1,18 +0,0 @@ -/* - * (c) BayCom GmbH, http://www.baycom.de, info@baycom.de - * - * See the COPYING file for copyright information and - * how to reach the author. - * - */ - -typedef struct -{ - netceiver_info_t *nci; - int nci_num; -} netceiver_info_list_t; - -DLL_SYMBOL netceiver_info_list_t *nc_get_list(void); -DLL_SYMBOL int nc_lock_list(void); -DLL_SYMBOL int nc_unlock_list(void); -void handle_tca (netceiver_info_t * nc_info); |