X-Git-Url: https://rtime.felk.cvut.cz/gitweb/l4.git/blobdiff_plain/8fe9942cde59835eb3c3c6936d866dd3305582ef..003b628647705666de261350195da72a38f2c4d2:/l4/pkg/dash/contrib/src/expand.h diff --git a/l4/pkg/dash/contrib/src/expand.h b/l4/pkg/dash/contrib/src/expand.h index 1862aea90..6a90f67e2 100644 --- a/l4/pkg/dash/contrib/src/expand.h +++ b/l4/pkg/dash/contrib/src/expand.h @@ -34,7 +34,7 @@ * @(#)expand.h 8.2 (Berkeley) 5/4/95 */ -#include +#include struct strlist { struct strlist *next; @@ -67,6 +67,10 @@ void expari(int); #define rmescapes(p) _rmescapes((p), 0) char *_rmescapes(char *, int); int casematch(union node *, char *); +void recordregion(int, int, int); +void removerecordregions(int); +void ifsbreakup(char *, struct arglist *); +void ifsfree(void); /* From arith.y */ intmax_t arith(const char *);