* Add extern declarations.
This commit is contained in:
parent
e5aef6ad8d
commit
d6b06f0661
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* @(#)$Id: symbols-def.h,v 1.1 2006/12/18 15:23:04 fros4943 Exp $
|
||||
* @(#)$Id: symbols-def.h,v 1.2 2006/12/20 14:36:28 bg- Exp $
|
||||
*/
|
||||
#ifndef __SYMBOLS_DEF_H__
|
||||
#define __SYMBOLS_DEF_H__
|
||||
|
@ -38,4 +38,8 @@ struct symbols {
|
|||
const char *value;
|
||||
};
|
||||
|
||||
extern const int symbols_nelts;
|
||||
|
||||
extern const struct symbols symbols[/* symbols_nelts */];
|
||||
|
||||
#endif /* __SYMBOLS_DEF_H__ */
|
||||
|
|
Loading…
Reference in a new issue