lintian doesn't like orphan packages with uploaders...
[debian/amanda] / common-src / fileheader-test.c
index c917e2a3ac0f42a6dd6eeb02f5ad95e3ea3684ab..225990547936b3afd9b17fb3fde2fd1853655664 100644 (file)
@@ -1,9 +1,10 @@
 /*
- * Copyright (c) 2010 Zmanda Inc.  All Rights Reserved.
+ * Copyright (c) 2010-2012 Zmanda Inc.  All Rights Reserved.
  *
- * This library is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License version 2.1 as
- * published by the Free Software Foundation.
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
  *
  * This library is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
@@ -375,7 +376,7 @@ rt_type(dumpfile_t *hdr)
 }
 
 /* one function for each field; each fn calls the one above */
-static int
+static gboolean
 test_roundtrip(void)
 {
     int rv;
@@ -388,7 +389,7 @@ test_roundtrip(void)
 
     rv = PREV_RT(&hdr);
     tu_dbg("%d round-trips run\n", n_round_trips);
-    return rv;
+    return (rv) ? TRUE : FALSE;
 }
 
 /* doc