aboutsummaryrefslogtreecommitdiff
path: root/src/steam.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/steam.h')
-rw-r--r--src/steam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/steam.h b/src/steam.h
index 27345a9..8fa7a0f 100644
--- a/src/steam.h
+++ b/src/steam.h
@@ -55,7 +55,7 @@ char* getSourcemodDir(void);
char* getOpenFortressDir(void);
char* getAppInstallDir(const char* appid);
char* getSourceSDK2013MpDir(void);
-long getSteamPID(void);
+pid_t getSteamPID(void);
int runOpenFortressDirect(char**, size_t);
int runOpenFortressNaive(char**, size_t);