view src/ui/bmi/AUISymbol.h @ 205:81f5c4ca1fb3

mmiDialogs.c: make dialog_info() static The function in question was first declared as static, then defined as non-static, which should be considered invalid C. Given that this function is not referenced from any other modules and appears to have been intended as static, make it so.
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 06 Apr 2021 01:28:52 +0000
parents c97658c97564
children
line wrap: on
line source

#ifndef _AUI_SYMBOL_H
#define _AUI_SYMBOL_H
/*******************************************************************************

                    CONDAT (UK)

********************************************************************************

 This software product is the property of Condat (UK) Ltd and may not be
 disclosed to any third party without the express permission of the owner.

********************************************************************************

 $Project name: Basic MMI
 $Project code: BMI
 $Module:       MMI
 $File:         AUISymbol.h
 $Revision:     1.0

 $Author:       Condat(UK)
 $Date:

********************************************************************************

 Description: Header information for AUI symbol screen.

********************************************************************************
 $History: AUISymbol.h



 $End

*******************************************************************************/

T_MFW_HND AUI_symbol_Start (T_MFW_HND  parent, USHORT return_event);
void AUI_symbol_Destroy (T_MFW_HND window);
#endif