[FYI] list_XXX -> gwlist_XXX commited
Alexander Malysh <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi together, a really big patch was commited to cvs... for all external applications that uses gwlib please do: for file in `grep -lrE "[^a-z^A-Z^_]list_[a-zA-Z]" . | grep -E '\.([ch]) (def)$'`; do sed -e 's/\([^a-z^A-Z^_]\)\(list_\)\([a-zA-Z]\)/\1gwlist_\3/g' < $file > $file.new && mv -v $file.new $file ; done -- Thanks, Alex