/*
 * update_gui.c
 *
 *  Created on: Feb 20, 2016
 *      Author: ucart
 */
 
#include "update_gui.h"

int update_GUI(log_t* log_struct)
{
    return 0;
}