Changeset 439:452cf038155c in roaraudio for roard/include


Ignore:
Timestamp:
08/11/08 18:03:43 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added calls to set UID and GID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/client.h

    r78 r439  
    3535int clients_set_fh    (int id, int    fh); 
    3636int clients_set_pid   (int id, int    pid); 
     37int clients_set_uid   (int id, int    uid); 
     38int clients_set_gid   (int id, int    gid); 
    3739int clients_set_name  (int id, char * name); 
    3840int clients_get       (int id, struct roar_client ** client); 
Note: See TracChangeset for help on using the changeset viewer.