mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-09 17:25:00 +00:00
* Add extern declarations.
This commit is contained in:
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user