dencode.h

Go to the documentation of this file.
00001 #ifndef _DENCODE_H_
00002 #define _DENCODE_H_
00003 
00004 #include <sys/types.h>
00005 
00006 extern char *NutDecodeBase64(char *str);
00007 extern int NutDecodeHex(char c);
00008 extern char *NutDecodePath(char *path);
00009 
00010 #endif

© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/