delpwent(efun)		External Function		delpwent(efun)

NAME
    delpwent - delete password entry

SYNOPSIS
    int delpwent(string user);

AVAILABILITY
    privileged efun

DESCRIPTION
    delpwent will remove an entry from the user password database.

    this function may only be called from authorized programs.
    (authorized programs = all programs that live in /secure)
    non-authorized calls will cause a privilege violation exception.

    however, this function is currently not used in the mudlib.

BUGS
    none

RETURN VALUES

    0    attempt to delete a non-exiting user
    1    the user was successfully deleted

SEE ALSO
    getpwent, addpwent, setpwent

Holy Mission MUD	Last change: 14 Apr 1994

