aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_api.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-02-07 17:23:53 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-02-07 17:23:53 +0000
commit07a7268c83f2d4ac860c68327ddec52722b158b9 (patch)
treeb63a9db43f949ef83a96204a8e3a308fb2bd7d07 /plugins/plugin_api.h
parentc4fa7c87df6c33fb7e6b83db82e78f4bbe275d26 (diff)
Change "unsigned gint64" to "guint64", and add GPL header to plugin_api.[ch]
svn path=/trunk/; revision=1606
Diffstat (limited to 'plugins/plugin_api.h')
-rw-r--r--plugins/plugin_api.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/plugin_api.h b/plugins/plugin_api.h
index 781456d867..d66fb94133 100644
--- a/plugins/plugin_api.h
+++ b/plugins/plugin_api.h
@@ -1,4 +1,26 @@
/* plugin_api.h
+ * Routines for Ethereal plugins.
+ *
+ * $Id: plugin_api.h,v 1.2 2000/02/07 17:23:47 gram Exp $
+ *
+ * Ethereal - Network traffic analyzer
+ * Copyright 2000 by Gilbert Ramirez <gram@xiexie.org>
+ *
+ *
+ * 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 __PACKET_H__