diff options
Diffstat (limited to 'vcl/aqua/inc/saldata.hxx')
-rw-r--r-- | vcl/aqua/inc/saldata.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/aqua/inc/saldata.hxx b/vcl/aqua/inc/saldata.hxx index d7b1d0cfe574..8327d8eb548d 100644 --- a/vcl/aqua/inc/saldata.hxx +++ b/vcl/aqua/inc/saldata.hxx @@ -2,9 +2,9 @@ * * $RCSfile: saldata.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: pluby $ $Date: 2000-12-01 22:29:13 $ + * last change: $Author: pluby $ $Date: 2000-12-06 03:11:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -146,6 +146,7 @@ inline SalData* GetAppSalData() { return (SalData*)ImplGetAppSVData()->mpSalData void SalSetSalData( struct SalData* pData ); struct SalData* SalGetSalData(); struct SalData* SalGetAppSalData(); +BOOL SalGetAppQuit(); #endif // __cplusplus |