33 lines
645 B
C
33 lines
645 B
C
/***********************************************************************
|
|
*
|
|
* Copyright (c) 1994-1999 3Com Corporation or its subsidiaries.
|
|
* All rights reserved.
|
|
*
|
|
* PROJECT: Touchdown
|
|
* FILE: GraffitifUI.h
|
|
* AUTHOR: Roger Flores: Sep 15, 1995
|
|
*
|
|
* DECLARER: UI
|
|
*
|
|
* DESCRIPTION:
|
|
* This file defines Graffiti UI routines.
|
|
*
|
|
**********************************************************************/
|
|
|
|
#ifndef __GRFUI_H__
|
|
#define __GRFUI_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern void SysGrfShortCutListDialog ()
|
|
SYS_TRAP(sysTrapSysGrfShortCutListDialog);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif __GRFUI_H__
|
|
|