From 4dcc156cf360c2e355349e539c28c867eef0f7d0 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Fri, 12 Jul 2013 03:50:50 +0000 Subject: Move the print modules into epan. svn path=/trunk/; revision=50526 --- ps.h | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 ps.h (limited to 'ps.h') diff --git a/ps.h b/ps.h deleted file mode 100644 index d1134405f7..0000000000 --- a/ps.h +++ /dev/null @@ -1,35 +0,0 @@ -/* ps.h - * Definitions for generating PostScript(R) packet output. - * - * $Id$ - * - * Gilbert Ramirez - * - * Wireshark - Network traffic analyzer - * By Gerald Combs - * Copyright 1998 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -#ifndef __PS_H__ -#define __PS_H__ - -/* Functions in ps.c; automatically generated by rdps.py */ - -void print_ps_preamble(FILE *); -void print_ps_finale(FILE *); - -#endif /* ps.h */ -- cgit v1.2.3