14 lines
214 B
C
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
|