
//////////////////////////////////////////////////////////////////////////////
//
// MISC.H
//
//  Microsoft Confidential
//  Copyright (c) Pacific Access Communications Corporation 1998
//  All rights reserved
//
//  Misc. functions prototypes.
//
//  8/98 - Jason Cohen (JCOHEN)
//
//////////////////////////////////////////////////////////////////////////////


#ifndef _MISCFUNC_H_
#define _MISCFUNC_H_


// Include files
//
#include <windows.h>
#include <tchar.h>
#include "jcohen.h"


// Exported function prototypes.
//
LPTSTR	AllocateString(HINSTANCE, UINT);


#endif // _MISCFUNC_H_