File: config.h

package info (click to toggle)
getstream 20100616-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 488 kB
  • sloc: ansic: 5,057; sh: 57; makefile: 37
file content (11 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (2)
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);