aboutsummaryrefslogtreecommitdiff
path: root/library.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-04-14 02:29:30 +0200
committerPetr Machata <pmachata@redhat.com>2012-04-19 01:38:04 +0200
commit0fe76c64833e09b382d40ee26ba23f02c63d6eb5 (patch)
tree0d11d23ce70106d6baa157d64b03901d32c73e9a /library.h
parent75934ad3b30790f6a892069576d0790a351ef101 (diff)
downloadltrace-0fe76c64833e09b382d40ee26ba23f02c63d6eb5.tar.gz
Commentary updates
Diffstat (limited to 'library.h')
-rw-r--r--library.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/library.h b/library.h
index 5cafaf5..ae92386 100644
--- a/library.h
+++ b/library.h
@@ -137,7 +137,8 @@ void library_init(struct library *lib, enum library_type type);
* in case of failure. */
int library_clone(struct library *retp, struct library *lib);
-/* Destroy library. Doesn't free LIB itself. */
+/* Destroy library. Doesn't free LIB itself. Symbols are destroyed
+ * and freed. */
void library_destroy(struct library *lib);
/* Set library soname. Frees the old name if necessary. */