You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
288 B
16 lines
288 B
/*************
|
|
* Header file for spec.c
|
|
* 1999 E. Rouat
|
|
************/
|
|
|
|
#ifndef SPEC_H_INCLUDED
|
|
#define SPEC_H_INCLUDED
|
|
|
|
#ifdef HAS_WINDOWS
|
|
extern void SetAnalyse( char * Analyse, int Percent);
|
|
#endif
|
|
|
|
void com_spec(wordlist *wl);
|
|
extern void free_pnode_o(struct pnode *t);
|
|
|
|
#endif
|