Bump year
[yazpp-moved-to-github.git] / zlint / main.cpp
index f05e61a..80a1560 100644 (file)
@@ -1,7 +1,10 @@
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <stdlib.h>
 
-#include <yaz++/pdu-assoc.h>
-#include <yaz++/socket-manager.h>
+#include <yazpp/pdu-assoc.h>
+#include <yazpp/socket-manager.h>
 
 #include <zlint.h>
 
@@ -9,7 +12,7 @@ int main(int argc, char **argv)
 {
     SocketManager mySocketManager;
     Zlint z(new PDU_Assoc(&mySocketManager));
+
     if (argc > 1)
         z.set_host(argv[1]);
     else
@@ -53,6 +56,7 @@ int main(int argc, char **argv)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab