Changeset 5539:8ff56da299af in roaraudio
- Timestamp:
- 06/12/12 15:40:17 (11 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/libroar/error.h
r5538 r5539 118 118 119 119 // store a error state (both libroar and system) 120 // returnes the error or ROAR_ERROR_NONE on success so it does not alter glo abl error state.120 // returnes the error or ROAR_ERROR_NONE on success so it does not alter global error state. 121 121 int roar_err_store(struct roar_error_state * state); 122 122 123 123 // restore error state to values at time of call to roar_err_store() 124 // returnes the error or ROAR_ERROR_NONE on success so it does not alter glo abl error state.124 // returnes the error or ROAR_ERROR_NONE on success so it does not alter global error state. 125 125 int roar_err_restore(struct roar_error_state * state); 126 126
Note: See TracChangeset
for help on using the changeset viewer.