home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************
- *
- * Documents.h
- *
- * Public function prototypes and constants for Documents.c
- *
- ****************************************************************************/
-
- #ifndef __DOCUMENTS__
- #define __DOCUMENTS__
-
- #include "Structs.h" // for ADT types
-
- DocumentReference MakeNewDocument(StringPtr name);
-
- #endif
-