--- pads-1.2.orig/src/output/output.h
+++ pads-1.2/src/output/output.h
@@ -22,11 +22,13 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * $Id: output.h,v 1.3 2005/02/18 05:39:09 mattshelton Exp $
+ * $Id: output.h,v 1.3 2005/11/02 23:56:12 jfs Exp $
  *
  **************************************************************************/
 
+#ifndef _PADS_OUTPUT_H
 /* DEFINES ----------------------------------------- */
+#define _PADS_OUTPUT_H       1
 #ifdef LINUX
 #ifndef __FAVOR_BSD
 #define __FAVOR_BSD
@@ -41,7 +43,7 @@
 #include <stdio.h>
 
 #include "global.h"
-
+#include "storage.h"
 
 /* DATA STRUCTURES --------------------------------- */
 
@@ -70,6 +72,9 @@
 
 /* PROTOTYPES -------------------------------------- */
 void init_output();
+int setup_output_screen (void);
+int setup_output_csv (void);
+int setup_output_fifo (void);
 int register_output_plugin (OutputPlugin *plugin);
 int activate_output_plugin (bstring name, bstring args);
 int print_asset (struct in_addr ip_addr, u_int16_t port, unsigned short proto);
@@ -77,3 +82,4 @@
 int print_stat(struct in_addr ip_addr, u_int16_t port, unsigned short proto);
 void end_output (void);
 
+#endif
