]> andersk Git - moira.git/blobdiff - update/send_file.c
send_file() and friends are now mr_send_file(), etc.
[moira.git] / update / send_file.c
index 9a0960b2c42b25370b3e109ff8916d8cc7f191d9..2ebb245e1e97c99ebc14ff855b8c9192b981637d 100644 (file)
@@ -41,7 +41,7 @@ extern des_cblock session;
  *  1 on error (file not found, etc)
  */
 
-int send_file(int conn, char *pathname, char *target_path, int encrypt)
+int mr_send_file(int conn, char *pathname, char *target_path, int encrypt)
 {
   int n, fd, code, n_to_send, i;
   char data[UPDATE_BUFSIZ], enc[UPDATE_BUFSIZ];
This page took 0.364775 seconds and 4 git commands to generate.