Move group-related functions to sipe-group.{h,c}
commitd93f357e7b895cb2873f3666d346eca3fd5ced26
authorJochen De Smet <jochen.siplcs@leahnim.org>
Tue, 7 Jun 2011 23:05:11 +0000 (7 19:05 -0400)
committerJochen De Smet <jochen.siplcs@leahnim.org>
Tue, 7 Jun 2011 23:05:11 +0000 (7 19:05 -0400)
tree6527cdaa501c3937d42e751318828a2576869cef
parentf4e1bc5a4eef7aaf4806e8b5b936aff2f38518c4
Move group-related functions to sipe-group.{h,c}

Other than the obvious moves, there's corresponding updates to the
Makefile.am files, POTFILES.in and Makefile.mingw, plus includes of
the new .h in sipe-buddy.c, sipe-core.c and sipe.c
Also makes a few functions in sipe.c non-static for use from group.c
Finally, it removes the purple_group field from sipe_group since it
wasn't used anywhere anymore.
po/POTFILES.in
src/core/Makefile.am
src/core/Makefile.mingw
src/core/sipe-buddy.c
src/core/sipe-core.c
src/core/sipe-group.c [new file with mode: 0755]
src/core/sipe-group.h [new file with mode: 0644]
src/core/sipe.c
src/core/sipe.h