Prep for C++ port

This commit is contained in:
Allen Hill
2026-06-23 18:29:49 -07:00
parent 12ddd3d3c0
commit 77ff4652fd
14 changed files with 84 additions and 43 deletions
+1 -4
View File
@@ -6,8 +6,7 @@
// Umbrella header for the avclan library. Consumers (e.g. the app in
// src/sniffer.c) include this single header to pull in the whole AVC-LAN stack.
#ifndef __AVCLANDRV_H
#define __AVCLANDRV_H
#pragma once
#include "avclan_defs.h"
#include "avclan_frame.h"
@@ -16,5 +15,3 @@
#include "cdchanger.h"
#include "mediacontrol.h"
#include "statustimer.h"
#endif // __AVCLANDRV_H