Added tests for pql2cql using relation and truncation.
[yaz-moved-to-github.git] / test / tstodr.c
index f2b8b3a..a16251b 100644 (file)
@@ -137,7 +137,7 @@ static void tst(void)
 }
 
 /* example from documentation.. 'Using Odr' */
-void do_nothing_useful(int value)
+void do_nothing_useful(Odr_int value)
 {
     ODR encode, decode;
     Odr_int *valp, *resvalp;