summaryrefslogtreecommitdiff
path: root/source4/scripting/swig/dummymain.c
blob: ac39144cd958792610b84f3f1baa082bc9651496 (plain)
1
2
3
4
5
6
7
8
9
/* 
 * Dummy main function as the build system doesn't seem to create a
 * dependency list for a subsystem.
 */

int main(void)
{
	return 0;
}