Changeset 5065:18cdc8c3a1ab in roaraudio for include/libroar


Ignore:
Timestamp:
06/18/11 04:07:49 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_clock_gettime()

Location:
include/libroar
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/roarfeatures.h

    r5010 r5065  
    4848#define ROAR_FT_FUNC_PANIC 
    4949#define ROAR_FT_FUNC_RESET 
     50#define ROAR_FT_FUNC_CLOCK_GETTIME 
    5051#define ROAR_FT_FEATURE_VS 
    5152#define ROAR_FT_FEATURE_VS_FILE 
  • include/libroar/roartime.h

    r5031 r5065  
    5151int roar_get_time  (struct roar_connection * con, struct roar_time * time); 
    5252 
     53int roar_clock_gettime(struct roar_time * rt, int clock); 
     54 
    5355#endif 
    5456 
Note: See TracChangeset for help on using the changeset viewer.