Added back x509af_get_last_algorithm_id() removed in revision 54647 to
[metze/wireshark/wip.git] / text2pcap.h
index 3bcb98a8a118ddc042d09e368569429003530c3a..8f6ca6ece8a5210a8b16c6e20c33719c5fde10ec 100644 (file)
@@ -6,10 +6,10 @@
  *
  * (c) Copyright 2001 Ashok Narayanan <ashokn@cisco.com>
  *
- * $Id: text2pcap.h,v 1.3 2002/08/28 21:00:41 jmayer Exp $
+ * $Id$
  *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
  *
  *
@@ -26,7 +26,7 @@
  *
  * 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *
  *******************************************************************************/
 
@@ -46,6 +46,4 @@ void parse_token(token_t token, char *str);
 
 int yylex(void);
 
-#define YY_NO_UNPUT
-
 #endif