home *** CD-ROM | disk | FTP | other *** search
- /* (C) Tim Graves 20th April 1994
- This code is supplied AS IS. no warrantee either expressed or implied
- is provided. This code may be freeley modified and modified as long as my
- origional authorship is acknowledged.
-
- Tim Graves
- Sun Microsystems
-
- */
- /* this file contains information for the backup exclude subsystem, it is included by
- psbackupexclude.c */
- struct excludestruct {
- char *path;
- struct excludestruct * nextexclude ;} ;
- /* defing the level at which to debug */
- #define EXCLUDECALLDEBUG 3
-