aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat.h
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-01-29 04:47:58 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-01-29 04:47:58 +0000
commitf3fbe17a216bf1ade0326d9e5101f0da08f88234 (patch)
treeba6d9b74790918fc71f3b980697548ad50b6e851 /epan/uat.h
parent7c8f0b06932e82c45b26f0bd7d82a629d4d9650b (diff)
now it is operational.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20595 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/uat.h')
-rw-r--r--epan/uat.h21
1 files changed, 20 insertions, 1 deletions
diff --git a/epan/uat.h b/epan/uat.h
index 54308940c9..57213a6487 100644
--- a/epan/uat.h
+++ b/epan/uat.h
@@ -4,8 +4,26 @@
* User Accessible Tables
* Mantain an array of user accessible data strucures
*
- * (c) 2007, Luis E. Garcia Ontanon
*
+ * (c) 2007, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 2001 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifndef _UAT_H_
@@ -199,6 +217,7 @@ uat_t* uat_new(const char* name,
uat_copy_cb_t copy_cb,
uat_update_cb_t update_cb,
uat_free_cb_t free_cb,
+ char** error,
...);