]> andersk Git - moira.git/commitdiff
AIX portability change: AIX has a built in send_file() function, so
authorzacheiss <zacheiss>
Mon, 8 Jan 2001 19:27:18 +0000 (19:27 +0000)
committerzacheiss <zacheiss>
Mon, 8 Jan 2001 19:27:18 +0000 (19:27 +0000)
rename ours to mr_send_file(). Rename other functions prototyped in
update.h for symmetry.

include/update.h

index b6790dc8057d9b1acd003cf949468955e324b0d5..6c6361cab9e49a8334df21f493d38bda20f35b11 100644 (file)
@@ -9,10 +9,10 @@
    of 8 to prevent the data from being zero-padded. */
 #define UPDATE_BUFSIZ ((BUFSIZ + 7) & ~7)
 
-int send_file(int conn, char *pathname, char *target_path, int encrypt);
-int send_auth(int conn, char *hostname);
-int execute(int conn, char *path);
-void send_quit(int conn);
+int mr_send_file(int conn, char *pathname, char *target_path, int encrypt);
+int mr_send_auth(int conn, char *hostname);
+int mr_execute(int conn, char *path);
+void mr_send_quit(int conn);
 
 #include <krb.h>
 int get_mr_update_ticket(char *host, KTEXT ticket);
This page took 0.044015 seconds and 5 git commands to generate.