summaryrefslogtreecommitdiff
path: root/avr/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'avr/env.h')
-rw-r--r--avr/env.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/avr/env.h b/avr/env.h
deleted file mode 100644
index 9d55273..0000000
--- a/avr/env.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef ENV_H
-#define ENV_H
-
-int env_init(void);
-
-char *getenv(const char *name);
-int env_complete(char *var, int maxv, char *cmdv[], int maxsz, char *buf);
-
-#endif /* ENV_H */
-