~ubuntu-branches/ubuntu/precise/getstream/precise

« back to all changes in this revision

Viewing changes to config.h

  • Committer: Bazaar Package Importer
  • Author(s): Herve Rousseau
  • Date: 2007-05-31 17:23:59 UTC
  • Revision ID: james.westby@ubuntu.com-20070531172359-76b6p4jdyeyvno25
Tags: upstream-20070419
ImportĀ upstreamĀ versionĀ 20070419

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#include <glib/glist.h>
 
3
 
 
4
#include "getstream.h"
 
5
 
 
6
struct config_s {
 
7
        GList                   *adapter;
 
8
        int                     http_port;
 
9
};
 
10
 
 
11
struct config_s *readconfig(char *filename);