Changeset 5215:f812d640fc39 in roaraudio


Ignore:
Timestamp:
11/12/11 10:34:01 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

removed roar_errno

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/error.h

    r5154 r5215  
    3838 
    3939#include "libroar.h" 
    40  
    41 extern int roar_errno _LIBROAR_ATTR_DEPRECATED; 
    4240 
    4341struct roar_message; 
  • libroar/error.c

    r5202 r5215  
    4343#define CLEAN_ERRNO 0 
    4444 
    45 int roar_errno = ROAR_ERROR_NONE; 
     45static int roar_errno = ROAR_ERROR_NONE; 
    4646 
    4747struct roar_error_frame * roar_err_errorframe(void) { 
Note: See TracChangeset for help on using the changeset viewer.