Return to aitmqtt.c CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / mqtt / src |
version 1.1.1.1.2.3, 2011/11/07 16:55:46 | version 1.1.1.1.2.4, 2011/11/18 10:11:37 |
---|---|
Line 1 | Line 1 |
#include "global.h" | #include "global.h" |
static int mqtt_Errno; | #pragma GCC visibility push(hidden) |
static char mqtt_Error[STRSIZ]; | |
int mqtt_Errno; | |
char mqtt_Error[STRSIZ]; | |
#pragma GCC visibility pop | |
// | // |
// Error maintenance functions ... | // Error maintenance functions ... |