xref: /freebsd/contrib/ntp/sntp/sntp.c (revision 2b15cb3d0922bd70ea592f0da9b4a5b167f4d53f)
1*2b15cb3dSCy Schubert #include <config.h>
2*2b15cb3dSCy Schubert 
3*2b15cb3dSCy Schubert #include "main.h"
4*2b15cb3dSCy Schubert 
5*2b15cb3dSCy Schubert int
6*2b15cb3dSCy Schubert main (
7*2b15cb3dSCy Schubert 	int	argc,
8*2b15cb3dSCy Schubert 	char **	argv
9*2b15cb3dSCy Schubert 	)
10*2b15cb3dSCy Schubert {
11*2b15cb3dSCy Schubert 	return sntp_main(argc, argv, Version);
12*2b15cb3dSCy Schubert }
13