diff options
author | Michael Schroeder <mls@suse.de> | 2011-05-02 13:08:09 +0200 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2011-05-02 13:08:09 +0200 |
commit | 31d9370991ef97ab188dc90bfb9aef9f207f735e (patch) | |
tree | 3cfe4af099eafeec70f8d0dca32240eec2e31bd9 /src/solvable.c | |
parent | ac09948ee86391a410bdab18b87609765409cb01 (diff) | |
download | libsolv-31d9370991ef97ab188dc90bfb9aef9f207f735e.tar.gz libsolv-31d9370991ef97ab188dc90bfb9aef9f207f735e.tar.bz2 libsolv-31d9370991ef97ab188dc90bfb9aef9f207f735e.zip |
- clean up function names for shared library
Diffstat (limited to 'src/solvable.c')
-rw-r--r-- | src/solvable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solvable.c b/src/solvable.c index 1331331..a039836 100644 --- a/src/solvable.c +++ b/src/solvable.c @@ -23,7 +23,7 @@ #include "chksum.h" const char * -solvable2str(Pool *pool, Solvable *s) +pool_solvable2str(Pool *pool, Solvable *s) { const char *n, *e, *a; char *p; |