Put local variables footer in all c, h files.
[idzebra-moved-to-github.git] / test / api / t13.c
index 551cb8c..ee5d7f3 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: t13.c,v 1.6 2006-03-31 15:58:05 adam Exp $
+/* $Id: t13.c,v 1.8 2006-05-10 08:13:35 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -109,4 +109,19 @@ static void tst_no_config(void)
     zebra_stop(zs);
 }
 
+static void tst(int argc, char **argv)
+{
+    tl_start_log(argc, argv);
+    tst_res();
+    tst_no_config();
+}
+
 TL_MAIN
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+