[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.13.1-12-gef732bc

Modestas Vainius modax at alioth.debian.org
Wed May 25 12:11:30 UTC 2011


The following commit has been merged in the master branch:
commit b82464aaddd302e30536173c275cc189c8949df7
Author: Modestas Vainius <modax at debian.org>
Date:   Wed May 25 03:02:18 2011 +0300

    More comments.
---
 dlrestrictions/dlrestrictions.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlrestrictions/dlrestrictions.h b/dlrestrictions/dlrestrictions.h
index 5f92b93..10c2af0 100644
--- a/dlrestrictions/dlrestrictions.h
+++ b/dlrestrictions/dlrestrictions.h
@@ -49,6 +49,7 @@ typedef struct {
         expression \
     }
 
+/* Get or set the name of the DLRestrictions symbol */
 void dlr_set_symbol_name(const char *name);
 const char* dlr_get_symbol_name(void);
 
@@ -57,6 +58,7 @@ const char* dlr_error(void);
 int dlr_snprintf_pretty_error(char *str, size_t n, const char *context);
 void dlr_print_pretty_error(const char *context);
 
+/* Library verification functions and dlopen() wrappers */
 void* dlr_dlopen_extended(const char *file, int mode, int print_error, int fail_on_error);
 
 #endif

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list