mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-07 06:14:13 +01:00
WINGs: Added 'const' attribute to function 'WMCreateHashTable'
Although this is a modification of the public API, this patch does not change the binary interface, and the attribute does not add a constraint on the parameter for the caller so we do not break the source compatibility either. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
23ac316d1e
commit
895a6e97e1
@@ -347,7 +347,7 @@ void WHandleEvents(void);
|
||||
/* ---[ WINGs/hashtable.c ]----------------------------------------------- */
|
||||
|
||||
|
||||
WMHashTable* WMCreateHashTable(WMHashTableCallbacks callbacks);
|
||||
WMHashTable* WMCreateHashTable(const WMHashTableCallbacks callbacks);
|
||||
|
||||
void WMFreeHashTable(WMHashTable *table);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user