12b15cb3dSCy Schubert #include <config.h> 22b15cb3dSCy Schubert 32b15cb3dSCy Schubert #include "main.h" 42b15cb3dSCy Schubert 5*a466cc55SCy Schubert const char * progname; 6*a466cc55SCy Schubert 72b15cb3dSCy Schubert int main(int argc,char ** argv)82b15cb3dSCy Schubertmain ( 92b15cb3dSCy Schubert int argc, 102b15cb3dSCy Schubert char ** argv 112b15cb3dSCy Schubert ) 122b15cb3dSCy Schubert { 132b15cb3dSCy Schubert return sntp_main(argc, argv, Version); 142b15cb3dSCy Schubert } 15