leo_sobral@1: /** leo_sobral@1: * GMyth Library leo_sobral@1: * leo_sobral@1: * @file gmyth/gmyth_remote_util.h leo_sobral@1: * leo_sobral@1: * @brief

This component provides utility functions for accessing remote data. leo_sobral@1: * leo_sobral@1: * Copyright (C) 2006 INdT - Instituto Nokia de Tecnologia. leo_sobral@1: * @author Hallyson Luiz de Morais Melo leo_sobral@1: * rosfran@698: *//* rosfran@698: * rosfran@698: * This program is free software; you can redistribute it and/or modify rosfran@698: * it under the terms of the GNU Lesser General Public License as published by rosfran@698: * the Free Software Foundation; either version 2 of the License, or rosfran@698: * (at your option) any later version. rosfran@698: * rosfran@698: * This program is distributed in the hope that it will be useful, rosfran@698: * but WITHOUT ANY WARRANTY; without even the implied warranty of rosfran@698: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the rosfran@698: * GNU General Public License for more details. rosfran@698: * rosfran@698: * You should have received a copy of the GNU Lesser General Public License rosfran@698: * along with this program; if not, write to the Free Software rosfran@698: * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA rosfran@698: */ leo_sobral@1: leo_sobral@1: #ifndef __REMOTE_UTIL_H__ leo_sobral@1: #define __REMOTE_UTIL_H__ leo_sobral@1: leo_sobral@6: #include rosfran@65: #include "gmyth_recorder.h" melunko@117: #include "gmyth_socket.h" leo_sobral@1: leo_sobral@6: G_BEGIN_DECLS rosfran@698: GMythRecorder * remote_request_next_free_recorder (GMythSocket * socket, rosfran@698: gint curr); rosfran@698: gint gmyth_remote_util_get_free_recorder_count (GMythSocket * socket); leo_sobral@1: leo_sobral@6: G_END_DECLS leo_sobral@1: #endif