projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
afs: Rename sc_send_result() to afs_cb_result_handler().
[paraslash.git]
/
blob.c
diff --git
a/blob.c
b/blob.c
index
fea230f
..
89d993d
100644
(file)
--- a/
blob.c
+++ b/
blob.c
@@
-197,7
+197,7
@@
static int com_lsblob(callback_function *f, struct command_context *cc)
// if (argc > i)
// return -E_BLOB_SYNTAX;
return send_option_arg_callback_request(&options, cc->argc - i,
// if (argc > i)
// return -E_BLOB_SYNTAX;
return send_option_arg_callback_request(&options, cc->argc - i,
- cc->argv + i, f,
sc_send_result
, cc);
+ cc->argv + i, f,
afs_cb_result_handler
, cc);
}
static int cat_blob(struct osl_table *table, struct osl_row *row,
}
static int cat_blob(struct osl_table *table, struct osl_row *row,
@@
-239,7
+239,7
@@
static int com_catblob(callback_function *f, struct command_context *cc)
if (cc->argc < 2)
return -E_BLOB_SYNTAX;
return send_standard_callback_request(cc->argc - 1, cc->argv + 1, f,
if (cc->argc < 2)
return -E_BLOB_SYNTAX;
return send_standard_callback_request(cc->argc - 1, cc->argv + 1, f,
-
sc_send_result
, cc);
+
afs_cb_result_handler
, cc);
}
/** Used for removing rows from a blob table. */
}
/** Used for removing rows from a blob table. */
@@
-305,7
+305,7
@@
static int com_rmblob(callback_function *f, struct command_context *cc)
if (cc->argc < 2)
return -E_MOOD_SYNTAX;
return send_option_arg_callback_request(NULL, cc->argc - 1, cc->argv + 1, f,
if (cc->argc < 2)
return -E_MOOD_SYNTAX;
return send_option_arg_callback_request(NULL, cc->argc - 1, cc->argv + 1, f,
-
sc_send_result
, cc);
+
afs_cb_result_handler
, cc);
}
static void com_addblob_callback(struct osl_table *table, __a_unused int fd,
}
static void com_addblob_callback(struct osl_table *table, __a_unused int fd,