diff options
author | crocket <crockabiscuit@gmail.com> | 2011-07-19 23:35:33 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-07-19 23:35:33 -0500 |
commit | b3b303b42e8e2b1dbc3afdd821db9fea9424ed78 (patch) | |
tree | d7a590e76984190fb6b8efcfa10f3e38c1889b34 /libraries/libasyncns/README | |
parent | 1707c4542794e55792b115a22da79ff86965d36d (diff) | |
download | slackbuilds-b3b303b42e8e2b1dbc3afdd821db9fea9424ed78.tar.gz |
libraries/libasyncns: Added (asynchronous name query library)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libasyncns/README')
-rw-r--r-- | libraries/libasyncns/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/libasyncns/README b/libraries/libasyncns/README new file mode 100644 index 0000000000..2fc033570b --- /dev/null +++ b/libraries/libasyncns/README @@ -0,0 +1,3 @@ +libasyncns is a C library for asynchronous name queries. +It is an asynchronous wrapper around libc's synchronous +getaddrinfo() API. |