Added prototypes for functions not in header

This commit is contained in:
Chris Teubert
2015-05-05 11:11:35 -07:00
parent 1e83dacdc5
commit 37c22bd963

View File

@@ -48,8 +48,10 @@
#include <sys/types.h>
#include <time.h>
int sendUDP(XPCSocket sock, char buffer[], int len);
int readUDP(XPCSocket sock, char buffer[], int len);
int sendDREFRequest(XPCSocket sock, const char* drefs[], unsigned char count);
int getDREFResponse(XPCSocket sock, float* values[], unsigned char count, int sizes[]);
void printError(char *functionName, char *format, ...)
{