NAME
    export_euid - Export this objects euid to another objects uid

    SYNOPSIS
    int export_euid(object o)

    DESCRIPTION
    This function tries to set the object o's uid to this objects euid. This operation can only be done if o has the euid zero. Export_euid returns 1 if the operation is successful. Remember that the object that recives the uid must set its _euid_ to that value to be able to use it. This function is available so that one object can 'trust' another.

    SEE ALSO
    get_uid, get_euid, set_uid