mirror of
https://salsa.debian.org/ha-team/libqb
synced 2026-01-02 04:32:53 +00:00
change name of ringbuffer.h to ringbuffer_int.h
This commit is contained in:
parent
2432ca85b9
commit
edf994dc5c
@ -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
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
*/
|
||||
#include <config.h>
|
||||
|
||||
#include "ringbuffer.h"
|
||||
#include "ringbuffer_int.h"
|
||||
|
||||
//#define CRAZY_DEBUG_PRINTFS 1
|
||||
#ifdef CRAZY_DEBUG_PRINTFS
|
||||
|
||||
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user