change name of ringbuffer.h to ringbuffer_int.h

This commit is contained in:
Angus Salkeld 2010-06-22 11:26:34 +10:00
parent 2432ca85b9
commit edf994dc5c
4 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_HEADERS = ipc_int.h util_int.h ringbuffer.h
noinst_HEADERS = ipc_int.h util_int.h ringbuffer_int.h
lib_LIBRARIES = libqbplugin.a

View File

@ -20,7 +20,7 @@
*/
#include <config.h>
#include "ringbuffer.h"
#include "ringbuffer_int.h"
//#define CRAZY_DEBUG_PRINTFS 1
#ifdef CRAZY_DEBUG_PRINTFS

View File

@ -20,7 +20,7 @@
*/
#include <config.h>
#include "ringbuffer.h"
#include "ringbuffer_int.h"
static int32_t my_null_fn(struct qb_ringbuffer_s *rb)
{