Symbol is const

This commit is contained in:
adamdunkels 2006-12-19 09:30:57 +00:00
parent bdb317274e
commit 419c5f3c17

View file

@ -28,11 +28,11 @@
*
* This file is part of the Contiki operating system.
*
* @(#)$Id: symtab.h,v 1.2 2006/12/01 15:05:21 bg- Exp $
* @(#)$Id: symtab.h,v 1.3 2006/12/19 09:30:57 adamdunkels Exp $
*/
#ifndef __SYMTAB_H__
#define __SYMTAB_H__
void *symtab_lookup(const char *name);
const char *symtab_lookup(const char *name);
#endif /* __SYMTAB_H__ */