File: config.h

package info (click to toggle)
getstream 20100616-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 492 kB
  • sloc: ansic: 5,057; makefile: 39; sh: 13
file content (11 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11

#include <glib.h>

#include "getstream.h"

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

struct config_s *readconfig(char *filename);