diff options
author | ChunEon Park <hermet@hermet.pe.kr> | 2015-08-22 16:01:45 +0900 |
---|---|---|
committer | ChunEon Park <hermet@hermet.pe.kr> | 2015-08-22 16:02:35 +0900 |
commit | 12b4e371acf96be29dfe2527638d32eb5b1041d6 (patch) | |
tree | c022444b93efcf47be690823e2ec83509bed7169 /src/lib/evil | |
parent | 93ade6f4ce4a336dfcdc748a09dd35003591978b (diff) | |
download | efl-12b4e371acf96be29dfe2527638d32eb5b1041d6.tar.gz |
evil: add missing since
Diffstat (limited to 'src/lib/evil')
-rw-r--r-- | src/lib/evil/evil_string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/evil/evil_string.h b/src/lib/evil/evil_string.h index 372a4e4253..6de66e9c50 100644 --- a/src/lib/evil/evil_string.h +++ b/src/lib/evil/evil_string.h @@ -32,6 +32,8 @@ * Conformity: BSD * * Supported OS: Windows XP. + * + * @since 1.13 */ EAPI char *strndup(const char *str, size_t n); |