summaryrefslogtreecommitdiffstats
path: root/src/lib/abrt_xmlrpc.h
Commit message (Collapse)AuthorAgeFilesLines
* xmlrpc and bugzilla in a new C coatNikola Pajkovsky2011-05-121-23/+16
| | | | | | | | | | | Bugzilla is splitted into two parts. One of them is core of bugzilla and second one is small module called librhbz. I did it, because I want to add a new functionality into bugzilla and I don't want to squash it into one big module. Librhbz is not a part of our libreport, because almost every function dies when feels badly (print error msg and then die). Server sends error or abrt sends corrupted xml or server sends corrupted xml. Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* rename a few more files from .cpp to .cDenys Vlasenko2010-12-091-1/+11
| | | | | | | | | | | | Renamed files: KerneloopsSysLog.c abrt-action-rhtsupport.c abrt-action-upload.c abrt-action-kerneloops.c abrt-action-mailx.c abrt-action-print.c Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* move inc/ and lib/ to src/. No code changesDenys Vlasenko2010-11-151-0/+48
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>