Some more MISSING_DECLS fixes

This commit is contained in:
twinaphex 2015-09-06 14:55:42 +02:00
parent 474c96365d
commit 9d6146dc7a
4 changed files with 10 additions and 3 deletions

View File

@ -14,6 +14,8 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "input_sensor.h"
#include "../driver.h"
/**

View File

@ -8,12 +8,13 @@
#include <ctype.h>
#include <string.h>
#include "libretrodb.h"
#include "rmsgpack_dom.h"
#include <compat/fnmatch.h>
#include <compat/strl.h>
#include "libretrodb.h"
#include "query.h"
#include "rmsgpack_dom.h"
#define MAX_ERROR_LEN 256
#undef MAX_ARGS
#define MAX_ARGS 50

View File

@ -18,6 +18,8 @@
#include <file/file_path.h>
#include "record_driver.h"
#include "../driver.h"
#include "../general.h"
#include "../msg_hash.h"

View File

@ -149,6 +149,8 @@ void recording_dump_frame(const void *data, unsigned width,
bool recording_deinit(void);
void find_record_driver(void);
/**
* recording_init:
*