18 lines
322 B
C
18 lines
322 B
C
#ifndef PROTODEFS_H
|
|
#define PROTODEFS_H
|
|
/*
|
|
* Copyright 1988 Silicon Graphics, Inc. All rights reserved.
|
|
*
|
|
* Definitions needed by all protocol modules.
|
|
*/
|
|
|
|
#include "datastream.h"
|
|
#include "expr.h"
|
|
#include "macros.h"
|
|
#include "protocol.h"
|
|
#include "protoid.h"
|
|
#include "protostack.h"
|
|
#include "packetview.h"
|
|
|
|
#endif
|