File: config.h

package info (click to toggle)
qstat 2.11-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 2,128 kB
  • ctags: 2,545
  • sloc: ansic: 18,287; sh: 3,372; makefile: 40
file content (17 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * config.h
 * by Steve Jankowski
 * steve@qstat.org
 * http://www.qstat.org
 *
 * Copyright 1996,1997,1998,1999 by Steve Jankowski
 */


#include "qstat.h"

int qsc_load_default_config_files();
int qsc_load_config_file( char *filename);
server_type ** qsc_get_config_server_types( int *n_config_types);