diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | client.c | 2 | ||||
-rw-r--r-- | main.c | 2 | ||||
-rw-r--r-- | rtclient/client.h (renamed from rtclient/rtclient.h) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 0d8b7bb..89f6af1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ librtclient_a_SOURCES = \ rtclient/request.h \ rtclient/user.h \ rtclient/ticket.h \ - rtclient/rtclient.h \ + rtclient/client.h \ request.c \ user.c \ ticket.c \ @@ -1,6 +1,6 @@ #include <stdlib.h> #include "rtclient/request.h" -#include "rtclient/rtclient.h" +#include "rtclient/client.h" CURL *curl = NULL; char *server_url = NULL; @@ -1,7 +1,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <rtclient/rtclient.h> +#include <rtclient/client.h> int main(void) { diff --git a/rtclient/rtclient.h b/rtclient/client.h index dcc8c7e..dcc8c7e 100644 --- a/rtclient/rtclient.h +++ b/rtclient/client.h |