Please wait until the page is fully downloaded and then press the "Expand" button or the blue line numbers.

0048001 /*
0048002 generic/psip.h
0048003 
0048004 Public interface to the pseudo IP module
0048005 
0048006 Created:       Apr 22, 1993 by Philip Homburg
0048007 
0048008 Copyright 1995 Philip Homburg
0048009 */
0048010 
0048011 #ifndef PSIP_H
0048012 #define PSIP_H
0048013 
0048014 void psip_prep ARGS(( void ));
0048015 void psip_init ARGS(( void ));
0048016 int psip_enable ARGS(( int port_nr, int ip_port_nr ));
0048017 int psip_send ARGS(( int port_nr, acc_t *pack ));
0048018 
0048019 #endif /* PSIP_H */
0048020 
0048021 /*
0048022  * $PchId: psip.h,v 1.4 1995/11/21 06:45:27 philip Exp $
0048023  */