Fixed function prototype in header (didn’t match source file)
This commit is contained in:
Chris Teubert
2015-04-08 09:07:44 -07:00
parent 1fb7a81336
commit b7dfb8ec3e

View File

@@ -84,7 +84,7 @@
short readRequest(struct xpcSocket recfd, float *dataRef[], short arraySizes[], struct sockaddr *recvaddr);
// Screen Text
short sendTEXT(struct xpcSocket sendfd, int x, int y, char* msg);
short sendTEXT(struct xpcSocket sendfd, char* msg, int x, int y);
#endif //ifdef _h