small text and comment changes
[rocksndiamonds.git] / src / libgame / setup.h
index c7c65cdf7a2706e00c21c0f82c68981c4780aa15..4e23cdeea885e74b92d2e9ebb673e7c684d694ae 100644 (file)
@@ -365,7 +365,7 @@ SetupFileHash *newSetupFileHash(void);
 void freeSetupFileHash(SetupFileHash *);
 char *getHashEntry(SetupFileHash *, char *);
 void setHashEntry(SetupFileHash *, char *, char *);
-char *removeHashEntry(SetupFileHash *, char *);
+void removeHashEntry(SetupFileHash *, char *);
 SetupFileHash *loadSetupFileHash(char *);
 void setSetupInfo(struct TokenInfo *, int, char *);
 char *getSetupValue(int, void *);