From 8939896abf2cc3e761f640a31adc083dfcda8620 Mon Sep 17 00:00:00 2001 From: csoler Date: Wed, 20 Oct 2021 23:06:25 +0200 Subject: [PATCH] added missing comment in pqi_base --- libretroshare/src/pqi/pqi_base.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libretroshare/src/pqi/pqi_base.h b/libretroshare/src/pqi/pqi_base.h index 51980b501..72d5d540b 100644 --- a/libretroshare/src/pqi/pqi_base.h +++ b/libretroshare/src/pqi/pqi_base.h @@ -280,7 +280,8 @@ public: * Sends data to a prescribed location (implementation dependent) *@param data what will be sent *@param len the size of data pointed to in memory - */ + *@returns total number of bytes actually sent + */ virtual int senddata(void *data, int len) = 0; /**