1 /* $XConsortium: symbolic.h /main/4 1995/11/01 15:57:03 rswiston $ */
2 /************************************<+>*************************************
3 ****************************************************************************
9 ** Description: Public include file for symbolic.c
12 ** (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992
13 ** by Hewlett-Packard Company
17 ****************************************************************************
18 ************************************<+>*************************************/
20 #ifndef _Dtksh_symbolic_h
21 #define _Dtksh_symbolic_h
25 extern struct symlist * fsymbolic(
27 extern int do_symbolic(
30 extern int add_symbolic(
33 struct symarray *syms,
38 #endif /* _Dtksh_symbolic_h */
39 /* DON'T ADD ANYTHING AFTER THIS #endif */