Blame tests/check/testutils.h

Packit 133782
/* Farstream unit tests generic utilities
Packit 133782
 *
Packit 133782
 * Copyright (C) 2007 Collabora, Nokia
Packit 133782
 * @author: Olivier Crete <olivier.crete@collabora.co.uk>
Packit 133782
 *
Packit 133782
 * This library is free software; you can redistribute it and/or
Packit 133782
 * modify it under the terms of the GNU Lesser General Public
Packit 133782
 * License as published by the Free Software Foundation; either
Packit 133782
 * version 2.1 of the License, or (at your option) any later version.
Packit 133782
 *
Packit 133782
 * This library is distributed in the hope that it will be useful,
Packit 133782
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 133782
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 133782
 * Lesser General Public License for more details.
Packit 133782
 *
Packit 133782
 * You should have received a copy of the GNU Lesser General Public
Packit 133782
 * License along with this library; if not, write to the Free Software
Packit 133782
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
Packit 133782
*/
Packit 133782
Packit 133782
#ifndef __UTILS_H__
Packit 133782
#define __UTILS_H__
Packit 133782
Packit 133782
#include <glib.h>
Packit 133782
Packit 133782
G_BEGIN_DECLS
Packit 133782
Packit 133782
gchar *find_multicast_capable_address (void);
Packit 133782
Packit 133782
gchar *get_fullpath (const gchar *filename);
Packit 133782
Packit 133782
G_END_DECLS
Packit 133782
Packit 133782
#endif /* __UTILS_H__ */