whb: Correct header file for command server

* Why did this NOT generate a build warning?
This commit is contained in:
CreeperMario 2017-09-02 07:16:57 +09:30
parent 5e84d0321d
commit 23d6f0f5cb

View File

@ -19,7 +19,7 @@ void
WHBCommandServerStop();
BOOL
WHBCommandServerListen();
WHBCommandServerListen(char * stringLocation);
#ifdef __cplusplus
}