aboutsummaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common.h b/src/common.h
index c84b417..1f7b4f5 100644
--- a/src/common.h
+++ b/src/common.h
@@ -9,10 +9,6 @@
/* This stays resident */
extern fuji_conf_t *config;
-/* uIP-related */
-char * format_ip(uip_ipaddr_t *ip);
-u16_t local_htons(u16_t val);
-
/* config-related */
char get_config(void);
char config_is_valid(void);