summaryrefslogtreecommitdiff
path: root/i/serialplot/serialplot_io.h
diff options
context:
space:
mode:
authorburg2004-09-23 22:27:30 +0000
committerburg2004-09-23 22:27:30 +0000
commitce1909a893f3a4c799eb2f876b78cfb0cf16cbf6 (patch)
tree7b29cb4df4a77c91dde2acd353044156a49c7754 /i/serialplot/serialplot_io.h
parent69e32322c8a0656ed61ec7c3619e586380a6fefd (diff)
Plannification d'ajout d'un systeme d'enregistrement
Diffstat (limited to 'i/serialplot/serialplot_io.h')
-rw-r--r--i/serialplot/serialplot_io.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/i/serialplot/serialplot_io.h b/i/serialplot/serialplot_io.h
index f7780c6..1dd9a31 100644
--- a/i/serialplot/serialplot_io.h
+++ b/i/serialplot/serialplot_io.h
@@ -9,6 +9,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <dirent.h>
#define BAUDRATE B115200
@@ -17,5 +18,5 @@ extern struct termios oldconf;
int init_serial (char *cvalue);
void close_serial(int fd);
int write_serial(int fd,char *command);
-
+void find_name(char *filename);
#endif