]> andersk Git - moira.git/blobdiff - update/client.c
send_file() and friends are now mr_send_file(), etc.
[moira.git] / update / client.c
index 8b8f46c8bbbf7b540b1212620b19f057d2184cc4..160d6d1d28cd7bb4c09f6003e144602990485fda 100644 (file)
@@ -25,7 +25,7 @@ RCSID("$Header$");
 extern des_cblock session;
 extern char *whoami;
 
-int send_auth(int conn, char *host_name)
+int mr_send_auth(int conn, char *host_name)
 {
   KTEXT_ST ticket_st;
   int code, auth_version = 2;
@@ -87,7 +87,7 @@ int send_auth(int conn, char *host_name)
   return MR_SUCCESS;
 }
 
-int execute(int conn, char *path)
+int mr_execute(int conn, char *path)
 {
   long response;
   char *data;
@@ -110,7 +110,7 @@ int execute(int conn, char *path)
   return MR_SUCCESS;
 }
 
-void send_quit(int conn)
+void mr_send_quit(int conn)
 {
   send_string(conn, "quit", 5);
 }
This page took 0.04236 seconds and 4 git commands to generate.