mirror of
https://github.com/simon987/sist2.git
synced 2025-12-19 10:19:03 +00:00
Remove libscan git submodule
This commit is contained in:
17
third-party/libscan/libscan/raw/raw.h
vendored
Normal file
17
third-party/libscan/libscan/raw/raw.h
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef SIST2_RAW_H
|
||||
#define SIST2_RAW_H
|
||||
|
||||
#include "../scan.h"
|
||||
|
||||
typedef struct {
|
||||
log_callback_t log;
|
||||
logf_callback_t logf;
|
||||
store_callback_t store;
|
||||
|
||||
int tn_size;
|
||||
float tn_qscale;
|
||||
} scan_raw_ctx_t;
|
||||
|
||||
void parse_raw(scan_raw_ctx_t *ctx, vfile_t *f, document_t *doc);
|
||||
|
||||
#endif //SIST2_RAW_H
|
||||
Reference in New Issue
Block a user