]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afs.h
afs: Rename sc_send_result() to afs_cb_result_handler().
[paraslash.git] / afs.h
diff --git a/afs.h b/afs.h
index ba0d266ab7198896274f8dded4f215ee2131ca91..73c466480c7319929c5a103d14c73fbfb5934c4a 100644 (file)
--- a/afs.h
+++ b/afs.h
@@ -206,10 +206,9 @@ typedef void callback_function(int fd, const struct osl_object *);
  * \sa \ref send_callback_request().
  */
 typedef int callback_result_handler(struct osl_object *result, void *private);
-int sc_send_result(struct osl_object *result, void *private);
+int afs_cb_result_handler(struct osl_object *result, void *private);
 int pass_buffer_as_shm(char *buf, size_t size, void *fd_ptr);
 
-
 /** Structure passed to the AFS max_size handler. */
 struct afs_max_size_handler_data {
        /** Local socket connecting the command handler and the AFS process. */