File: starttest.h

package info (click to toggle)
nws 2.11-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,700 kB
  • ctags: 2,820
  • sloc: ansic: 28,849; sh: 3,289; java: 1,205; makefile: 697; perl: 12
file content (14 lines) | stat: -rw-r--r-- 210 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef INCLUDE_STARTTEST_H
#define INCLUDE_STARTTEST_H

#include "skills.h"

int
StartAvailable(const char *options);

void
StartUseSkill(	const char *options,
		int *length,
		SkillResult **results);

#endif