diff options
Diffstat (limited to 'src/err/warnx.c')
-rw-r--r-- | src/err/warnx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/err/warnx.c b/src/err/warnx.c index d80dfd8..adc136f 100644 --- a/src/err/warnx.c +++ b/src/err/warnx.c @@ -30,6 +30,8 @@ * * @param format Formatting-string for the warning. * @param ... Formatting-arguments. + * + * @since Always. */ void warnx(const char* format, ...) { |