aboutsummaryrefslogtreecommitdiffstats
path: root/libsimple.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-08-18 12:13:55 +0200
committerMattias Andrée <maandree@kth.se>2024-08-18 12:13:55 +0200
commit15e18bfd75d021bb607646e525d02fbc20c8b188 (patch)
tree147e92edde4d2802b981b2577e4c4f46b86b0bdb /libsimple.h
parentUpdate LIB_MINOR for next release (diff)
downloadlibsimple-15e18bfd75d021bb607646e525d02fbc20c8b188.tar.gz
libsimple-15e18bfd75d021bb607646e525d02fbc20c8b188.tar.bz2
libsimple-15e18bfd75d021bb607646e525d02fbc20c8b188.tar.xz
m doc fix + add to man pages when functions were introduced
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libsimple.h')
-rw-r--r--libsimple.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsimple.h b/libsimple.h
index dd96615..ba01ab5 100644
--- a/libsimple.h
+++ b/libsimple.h
@@ -209,6 +209,8 @@ libsimple_close(int *fdp__)
* @return 0 on successful completion, -1 on failure
* @throws EINVAL If `first > last`
* @throws Any error for close(3) except EBADF
+ *
+ * @since 1.6
*/
int libsimple_close_range(unsigned int first, unsigned int last, unsigned int *next);
#define LIBSIMPLE_CLOSE_RANGE_MAX (~0U)