Release version 948 generated by do-release.sh
[citadel.git] / textclient / textclient.h
index 4db12303dbabba15409d6ab179790bbe21fb3a49..ee88970bcb38f97ab518d68724b7e35fc2fe694c 100644 (file)
@@ -11,7 +11,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION          926
+#define CLIENT_VERSION 948
 #define CLIENT_TYPE            0
 
 // commands we can send to the stty_ctdl() routine
@@ -482,8 +482,6 @@ extern int (*error_printf)(char *s, ...);
 void setIPCDeathHook(void (*hook)(void));
 void setIPCErrorPrintf(int (*func)(char *s, ...));
 void connection_died(CtdlIPC* ipc, int using_ssl);
-int CtdlIPC_getsockfd(CtdlIPC* ipc);
-char CtdlIPC_get(CtdlIPC* ipc);
 void CtdlIPC_lock(CtdlIPC *ipc);
 void CtdlIPC_unlock(CtdlIPC *ipc);
 char *libcitadelclient_version_string(void);