Changeset 2648:af901ea50e94 in roaraudio


Ignore:
Timestamp:
09/12/09 13:58:24 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added header updates for warning about sysio

Location:
include/libroar
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/config.h

    r2567 r2648  
    22 
    33/* 
    4  *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008, 2009 
    55 * 
    66 *  This file is part of libroar a part of RoarAudio, 
     
    4747 } workaround; 
    4848 char * server; 
     49 struct { 
     50  int sysio; 
     51 } warnings; 
    4952}; 
    5053 
  • include/libroar/libroar.h

    r2477 r2648  
    8686#include "error.h" 
    8787#include "config.h" 
     88#include "debug.h" 
    8889#include "stack.h" 
    8990#include "buffer.h" 
Note: See TracChangeset for help on using the changeset viewer.