X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=blob.c;h=a5ea93aa9ffbb29fe6171bcf7dc28649ec081e3f;hp=72e4a55b30ffe4ca3e13a79f866f7f2a27f67baf;hb=13f8214c662144b2afa5c9fbf3cf2fbe1e9a36f0;hpb=1b5148109a273e7a30255ab3a705ca49f71e046f diff --git a/blob.c b/blob.c index 72e4a55b..a5ea93aa 100644 --- a/blob.c +++ b/blob.c @@ -54,7 +54,9 @@ enum blob_ls_flags { /** Structure passed to the \p print_blob function. */ struct lsblob_action_data { + /* The flags given at the command line. */ uint32_t flags; + /** Message buffer. */ struct para_buffer pb; }; @@ -205,8 +207,11 @@ static int com_catblob(callback_function *f, int fd, int argc, return ret; } +/** Used for removing rows from a blob table. */ struct rmblob_data { + /** Message buffer. */ struct para_buffer pb; + /** Number of removed blobs. */ unsigned num_removed; };