00001 00002 /* 00003 * THIS FILE IS UNDER RCS - DO NOT MODIFY UNLESS YOU HAVE 00004 * CHECKED IT OUT USING THE COMMAND CHECKOUT. 00005 * 00006 * $Id: putaway_8h-source.html 2161 2006-05-19 16:55:03Z paulf $ 00007 * 00008 * Revision history: 00009 * $Log$ 00009 * Revision 1.1 2006/05/19 16:55:02 paulf 00009 * first inclusion 00009 * 00010 * Revision 1.1 2001/04/12 03:08:12 lombard 00011 * Initial revision 00012 * 00013 * 00014 * 00015 */ 00016 00017 #ifndef PUTAWAY_H 00018 #define PUTAWAY_H 00019 00020 00021 /* Function prototypes */ 00022 int PA_init (char *DataFormat, long TraceBufferLen, long *OutBufferLen, 00023 int *FormatInd, char *OutDir, char * OutputFormat, int debug); 00024 00025 int PA_next_ev (char *EventID, TRACE_REQ *trace_req, int num_req, 00026 int FormatInd, char *OutDir, char *EventDate, 00027 char *EventTime, char *EventSubnet, int debug); 00028 00029 int PA_next (TRACE_REQ *getThis, int FormatInd, 00030 double GapThresh, long OutBufferLen, int debug); 00031 00032 int PA_end_ev (int, int); 00033 int PA_close (int, int); 00034 00035 #endif