[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[RFC] Use "cdebconf_" namespace for the handler of the newt entropy plugin



Hi!

This will make the handler of the newt entropy plugin to use use the
"cdebconf_" namespace introduced in the previous patch.

---
 packages/cdebconf-entropy/debian/changelog         |    6 ++++++
 .../cdebconf-entropy/newt-plugin-entropy-text.c    |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/packages/cdebconf-entropy/debian/changelog b/packages/cdebconf-entropy/debian/changelog
index 4e97d3f..aed0eca 100644
--- a/packages/cdebconf-entropy/debian/changelog
+++ b/packages/cdebconf-entropy/debian/changelog
@@ -1,3 +1,9 @@
+cdebconf-entropy (0.5) UNRELEASED; urgency=low
+
+  * Switch the handler symbol to the "cdebconf_" namespace.
+
+ -- Jérémy Bobbio <lunar@debian.org>  Fri, 03 Aug 2007 02:12:31 +0200
+
 cdebconf-entropy (0.4) unstable; urgency=low
 
   * Use question_get_variable() from libdebconfclient0 and
diff --git a/packages/cdebconf-entropy/newt-plugin-entropy-text.c b/packages/cdebconf-entropy/newt-plugin-entropy-text.c
index d277efa..9fedfb2 100644
--- a/packages/cdebconf-entropy/newt-plugin-entropy-text.c
+++ b/packages/cdebconf-entropy/newt-plugin-entropy-text.c
@@ -134,7 +134,7 @@ copy_byte(int in, int out)
 }
 
 int 
-newt_handler_entropy_text(struct frontend *obj, struct question *q)
+cdebconf_newt_handler_entropy_text(struct frontend *obj, struct question *q)
 {
     void *newt;
     newtComponent form;

-- 
Jérémy Bobbio                        .''`. 
lunar@debian.org                    : :Ⓐ  :  # apt-get install anarchism
                                    `. `'` 
                                      `-   

Attachment: signature.asc
Description: Digital signature


Reply to: