Kannel bug #0000032 otherwise known as kannel's list function naming clashes with latest mysql list function naming
Davy Chan <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
I'm working on Kannel bug #0000032 (http://bugs.kannel.org/view_bug_advanced_page.php?f_id=0000032) and have completed the renaming of all non-static functions inside list.c from list_XXX() to gw_list_XXX(). I've also update all the affected sources files (lot of manual search/replace). Now, I'm looking at the List structure name. Should I also change the List structure name from "List" to "gw_List" (and also change all 134 affected source files as well)? What will be the impact on other developers that are also using the List structure? Will it be easy for you to change all your code? See ya... d.c.