File: ipproto.h

package info (click to toggle)
gcpegg 5.1-7
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 324 kB
  • ctags: 437
  • sloc: ansic: 3,695; makefile: 94; sh: 27; csh: 21
file content (17 lines) | stat: -rw-r--r-- 581 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* PROGRAM:     eggsh
 * FILE:        $Header: /home/ghn/projects/PEAR/egg/eggsh/RCS/ipproto.h,v 1.1 1998/07/21 11:37:06 ghn Exp $
 * PURPOSE:     Declarations/definitions of IP data protocols for Egg
 * AUTHOR:      Greg Nelson
 * DATE:        98-04-12
 *
 * REVISED:     $Log: ipproto.h,v $
 * REVISED:     Revision 1.1  1998/07/21 11:37:06  ghn
 * REVISED:     Initial revision
 * REVISED:
 * Copyright 1998 - Greg Nelson
 * Redistributable under the terms of the GNU Public Licence (GPL)
 */

#include "global.h"

uint32 PackPacket(char *buf, uint32 bufsize, EggCarton *cart);