Add registry_clear() to declarations, as it is exported

and used by other code.




git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1419 4a71c877-e1ca-e34f-864e-861f7616d084
master
Stefan Huehner 2007-04-10 16:59:47 +00:00
parent 3c6c7b5b51
commit 4d88263c9b
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
* \brief load and save favourites to the registry.
*/
extern void registry_clear(void);
extern BOOL openWarzoneKey(void);
extern BOOL closeWarzoneKey(void);
extern BOOL getWarzoneKeyNumeric(const char *pName, SDWORD *val);