home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / comms / x_sun_psio / code / psbackupexclude.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-30  |  533 b   |  17 lines

  1. /* (C) Tim Graves 20th April 1994
  2.    This code is supplied AS IS. no warrantee either expressed or implied 
  3.    is provided. This code may be freeley modified and modified as long as my
  4.    origional authorship is acknowledged. 
  5.    
  6.    Tim Graves
  7.     Sun Microsystems
  8.      
  9.      */
  10. /* this file contains information for the backup exclude subsystem, it is included by
  11. psbackupexclude.c */
  12. struct excludestruct {
  13.     char *path; 
  14.     struct excludestruct * nextexclude ;} ;
  15. /* defing the level at which to debug */
  16. #define EXCLUDECALLDEBUG 3
  17.