diff options
author | Andreas Schneider <mail@cynapses.org> | 2009-04-02 10:14:09 +0000 |
---|---|---|
committer | Andreas Schneider <mail@cynapses.org> | 2009-04-02 10:14:09 +0000 |
commit | ab54736b5d41df8588d3754f6b68e2c4c762413f (patch) | |
tree | c8984f1bcb962a16109d0219c08b0da1c6283bc1 | |
parent | 6026de46486913c40a9469267c429b2dfa57d806 (diff) | |
download | libssh-ab54736b5d41df8588d3754f6b68e2c4c762413f.tar.gz libssh-ab54736b5d41df8588d3754f6b68e2c4c762413f.tar.xz libssh-ab54736b5d41df8588d3754f6b68e2c4c762413f.zip |
Make ssh_options_free() documentation public.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@348 7dcaeef0-15fb-0310-b436-a5af3365683c
-rw-r--r-- | libssh/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/options.c b/libssh/options.c index f38951c8..e12a2356 100644 --- a/libssh/options.c +++ b/libssh/options.c @@ -176,7 +176,7 @@ err: return NULL; } -/** @internal +/** * @brief Frees an option structure. * * @param opt Option structure to free. |