]> Pileus Git - ~andy/rsl/blobdiff - examples/print_hash_table.c
RSL v1.41
[~andy/rsl] / examples / print_hash_table.c
index 0505fb8c36332643b29466e1d0f2ada3431d9074..bfc12e406a5d058b4457936dc53b5074db549a6c 100644 (file)
@@ -9,6 +9,7 @@
  *
  */
 
+#include <stdlib.h>
 #include "rsl.h"
 
 void print_link_list(Azimuth_hash *list)
@@ -87,7 +88,7 @@ void poke_about_sweep(Sweep *s)
 }
 
 
-void main(int argc, char **argv)
+int main(int argc, char **argv)
 {
   Radar *radar;
   Sweep *sweep;