/* Copyright (C) 2011 James Coliz, Jr. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. */ #ifndef __NODECONFIG_H__ #define __NODECONFIG_H__ uint8_t nodeconfig_read(void); void nodeconfig_listen(void); #endif // __NODECONFIG_H__