ao-telem: Add new program to convert telem data to ascii
[fw/altos] / ao-tools / lib / cc.h
index bdeeaaf5e6ad2000b953aa798615052d9124161e..6257ee44ec458d7ddd0261c957d9064c6f6059fa 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <stdio.h>
 #include <stdint.h>
+#include "cc-telemetry.h"
 
 char *
 cc_fullname (char *dir, char *file);
@@ -61,7 +62,7 @@ char *
 cc_get_log_dir(void);
 
 char *
-cc_make_filename(int serial, char *ext);
+cc_make_filename(int serial, int flight, char *ext);
 
 /*
  * For sequential data which are not evenly spaced
@@ -233,7 +234,6 @@ struct cc_gps {
 
 struct cc_gps_sat {
        int     svid;
-       int     state;
        int     c_n0;
 };