14 lines
187 B
C
14 lines
187 B
C
|
|
/*************
|
||
|
|
* Header file for com_unset.c
|
||
|
|
* $Id$
|
||
|
|
************/
|
||
|
|
|
||
|
|
#ifndef COM_UNSET_H
|
||
|
|
#define COM_UNSET_H
|
||
|
|
|
||
|
|
#include <wordlist.h>
|
||
|
|
|
||
|
|
void com_unset(wordlist *wl);
|
||
|
|
|
||
|
|
#endif /* COM_UNSET_H */
|