syncevolution/src/sync4jevolution.cpp

10 lines
156 B
C++
Raw Normal View History

#include <spds/common/SyncManager.h>
#include <spds/common/SyncSource.h>
#include <libebook/e-book.h>
int main( int argc, char **argv )
{
return 0;
}