File: valid.h

package info (click to toggle)
sn 0.3.8-10
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 924 kB
  • ctags: 852
  • sloc: ansic: 9,262; sh: 466; makefile: 208
file content (14 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * This file is part of the sn package.
 * Distribution of sn is covered by the GNU GPL. See file COPYING.
 * Copyright  1998-2000 Harold Tay.
 * Copyright  2000- Patrik Rdman.
 */

#ifndef VALID_H
#define VALID_H

extern bool is_valid_name (char *name);
extern bool is_valid_group (char *name);

#endif