summaryrefslogtreecommitdiff
path: root/n/avr/modules/host/host.h
diff options
context:
space:
mode:
Diffstat (limited to 'n/avr/modules/host/host.h')
-rw-r--r--n/avr/modules/host/host.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/n/avr/modules/host/host.h b/n/avr/modules/host/host.h
index 22cd347..d1a00af 100644
--- a/n/avr/modules/host/host.h
+++ b/n/avr/modules/host/host.h
@@ -3,7 +3,7 @@
/* host.h */
/* avr.host - Host fonctions modules. {{{
*
- * Copyright (C) 2005 Nicolas Schodet
+ * Copyright (C) 2005-2006 Nicolas Schodet
*
* Robot APB Team/Efrei 2006.
* Web: http://assos.efrei.fr/robot/
@@ -53,11 +53,8 @@ host_fetch_integer (const char *name);
const char *
host_fetch_string (const char *name);
-void
-host_reset (void) __attribute__ ((noreturn));
-
/** Reset the program. */
void
-host_reset (void);
+host_reset (void) __attribute__ ((noreturn));
#endif /* host_h */