File: config.h

package info (click to toggle)
qstat 2.15-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,132 kB
  • sloc: ansic: 25,041; sh: 4,109; makefile: 61
file content (17 lines) | stat: -rw-r--r-- 314 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 const* filename);
server_type ** qsc_get_config_server_types( int *n_config_types);