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

14 lines
214 B
C

#ifndef TLV_SET_H
#define TLV_SET_H
/*
* Copyright 1990,1991 Silicon Graphics, Inc. All rights reserved.
*
* $Revision: 1.7 $
*/
#include <tlv.h>
extern int tlvset(ulong , ulong, char **, u_long *);
#endif