/*
//
//   ADOBE SYSTEMS INCORPORATED
//   Copyright (C) 2000-2003 Adobe Systems Incorporated
//   All rights reserved.
//
//   NOTICE: Adobe permits you to use, modify, and distribute this file
//   in accordance with the terms of the Adobe license agreement
//   accompanying it. If you have received this file from a source other
//   than Adobe, then your use, modification, or distribution of it
//   requires the prior written permission of Adobe.
//
*/
#ifndef _macUtils_h_
#define _macUtils_h_

#include "PDCalls.h"
#include "PDSysFontExpT.h"

#ifdef __cplusplus
extern   "C"  {
#endif

/* Create an ASPathName from a Unix relative path. ASPathName returned is relative to the 
application directory */
ASPathName   GetMacPath( const   char  * filename);

/*Ask the user to open a PDF file*/
PDDoc   PlatformOpenPDF( void );

/* Make the directory the application launched from the working directory so that the C Library
functions will write to the application directory */
OSErr      PDFLSetWorkDirToAppDir();

#ifdef __cplusplus
}
#endif
#endif