File: get_user.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 (15 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * $Id: get_user.h,v 1.1 2002-10-23 10:33:25 cvs Exp $
 */


#ifndef GET_USER_H
#define GET_USER_H

#include <user_entry.h>

extern user_entry * getUserEntry();
extern void clear_entry( user_entry *);


#endif