merge 64-bit fixes from Fernando Lucas Rodriguez <fernando_lr@terra.es>
[debian/gcpegg] / ipproto.h
1 /* PROGRAM:     eggsh
2  * FILE:        $Header: /home/ghn/projects/PEAR/egg/eggsh/RCS/ipproto.h,v 1.1 1998/07/21 11:37:06 ghn Exp $
3  * PURPOSE:     Declarations/definitions of IP data protocols for Egg
4  * AUTHOR:      Greg Nelson
5  * DATE:        98-04-12
6  *
7  * REVISED:     $Log: ipproto.h,v $
8  * REVISED:     Revision 1.1  1998/07/21 11:37:06  ghn
9  * REVISED:     Initial revision
10  * REVISED:
11  * Copyright 1998 - Greg Nelson
12  * Redistributable under the terms of the GNU Public Licence (GPL)
13  */
14
15 #include "global.h"
16
17 uint32 PackPacket(char *buf, uint32 bufsize, EggCarton *cart);