File: config.h

package info (click to toggle)
getstream 20081204-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 356 kB
  • ctags: 927
  • sloc: ansic: 4,913; makefile: 62; sh: 19
file content (11 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11

#include <glib/glist.h>

#include "getstream.h"

struct config_s	{
	GList			*adapter;
	int			http_port;
};

struct config_s *readconfig(char *filename);