File: user_entry.h

package info (click to toggle)
dcap 2.47.14-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,448 kB
  • sloc: ansic: 14,604; makefile: 312; python: 75; sh: 58
file content (14 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * $Id: user_entry.h,v 1.1 2002-10-23 10:35:45 cvs Exp $
 */


#ifndef USER_ENTRY_H
#define USER_ENTRY_H

typedef struct {
	char *login;
	char *passwd;
} user_entry;

#endif