branches/gmyth-0.1b/src/gmyth_remote_util.h
author rosfran
Wed Feb 07 18:30:15 2007 +0000 (2007-02-07)
branchtrunk
changeset 331 f32837103d17
permissions -rw-r--r--
[svn r333] Fixed bug on do_get_file_info.
renatofilho@320
     1
/**
renatofilho@320
     2
 * GMyth Library
renatofilho@320
     3
 *
renatofilho@320
     4
 * @file gmyth/gmyth_remote_util.h
renatofilho@320
     5
 * 
renatofilho@320
     6
 * @brief <p> This component provides utility functions for accessing remote data.
renatofilho@320
     7
 *
renatofilho@320
     8
 * Copyright (C) 2006 INdT - Instituto Nokia de Tecnologia.
renatofilho@320
     9
 * @author Hallyson Luiz de Morais Melo <hallyson.melo@indt.org.br>
renatofilho@320
    10
 *
renatofilho@320
    11
 *//*
renatofilho@320
    12
 * 
renatofilho@320
    13
 * This program is free software; you can redistribute it and/or modify
renatofilho@320
    14
 * it under the terms of the GNU Lesser General Public License as published by
renatofilho@320
    15
 * the Free Software Foundation; either version 2 of the License, or
renatofilho@320
    16
 * (at your option) any later version.
renatofilho@320
    17
 *
renatofilho@320
    18
 * This program is distributed in the hope that it will be useful,
renatofilho@320
    19
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
renatofilho@320
    20
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
renatofilho@320
    21
 * GNU General Public License for more details.
renatofilho@320
    22
 *
renatofilho@320
    23
 * You should have received a copy of the GNU Lesser General Public License
renatofilho@320
    24
 * along with this program; if not, write to the Free Software
renatofilho@320
    25
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
renatofilho@320
    26
 */
renatofilho@320
    27
renatofilho@320
    28
#ifndef __REMOTE_UTIL_H__
renatofilho@320
    29
#define __REMOTE_UTIL_H__
renatofilho@320
    30
renatofilho@320
    31
#include <glib.h>
renatofilho@320
    32
#include "gmyth_recorder.h"
renatofilho@320
    33
#include "gmyth_socket.h"
renatofilho@320
    34
renatofilho@320
    35
G_BEGIN_DECLS
renatofilho@320
    36
renatofilho@320
    37
GMythRecorder* remote_request_next_free_recorder (GMythSocket *socket, int curr);
renatofilho@320
    38
renatofilho@320
    39
G_END_DECLS
renatofilho@320
    40
renatofilho@320
    41
#endif