1
0
Files
irix-657m-src/irix/cmd/netman/include/protodefs.h
2022-09-29 17:59:04 +03:00

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