aboutsummaryrefslogtreecommitdiffstats
path: root/common/iobuf.h
diff options
context:
space:
mode:
authorNeal H. Walfield <[email protected]>2016-02-23 19:36:07 +0000
committerNeal H. Walfield <[email protected]>2016-02-23 19:49:47 +0000
commit903466e124841cb29f518afa6b7706d490737ac3 (patch)
treeafde9e1d3e16609068054bf2ea3d3fec0747b77b /common/iobuf.h
parentg13: Add commands --suspend and --remove. (diff)
downloadgnupg-903466e124841cb29f518afa6b7706d490737ac3.tar.gz
gnupg-903466e124841cb29f518afa6b7706d490737ac3.zip
common: More accurately name function.
* common/iobuf.c (iobuf_set_partial_block_mode): Rename from this... (iobuf_set_partial_body_length_mode): ... to this. Update callers. -- Signed-off-by: Neal H. Walfield <[email protected]>
Diffstat (limited to 'common/iobuf.h')
-rw-r--r--common/iobuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/iobuf.h b/common/iobuf.h
index 8ba02b3b4..785efdc82 100644
--- a/common/iobuf.h
+++ b/common/iobuf.h
@@ -592,7 +592,7 @@ const char *iobuf_get_fname_nonnull (iobuf_t a);
length headers (see Section 4.2.2.4 of RFC 4880). Concretely, it
just returns / writes the data and finishes the packet with an
EOF. */
-void iobuf_set_partial_block_mode (iobuf_t a, size_t len);
+void iobuf_set_partial_body_length_mode (iobuf_t a, size_t len);
/* If PARTIAL is set, then read from the pipeline until the first EOF
is returned.