end of the function Export_BotLibShutdown =========================================================================== Parameter: - Returns: - Changes Globals: - ===========================================================================
| 245 | // Changes Globals: - |
| 246 | //=========================================================================== |
| 247 | int Export_BotLibVarSet(char *var_name, char *value) |
| 248 | { |
| 249 | LibVarSet(var_name, value); |
| 250 | return BLERR_NOERROR; |
| 251 | } //end of the function Export_BotLibVarSet |
| 252 | //=========================================================================== |
| 253 | // |
| 254 | // Parameter: - |
nothing calls this directly
no test coverage detected