void RegisterNFS3UDPParsers(void);
void NFS3UDPParserRegisterTests(void);
-/** Opaque Rust types. */
-typedef struct NFS3tate_ NFS3State;
-typedef struct NFS3Transaction_ NFS3Transaction;
-
#endif /* __APP_LAYER_NFS3_H__ */
void RegisterNFS3Parsers(void);
void NFS3ParserRegisterTests(void);
-/** Opaque Rust types. */
-typedef struct NFS3tate_ NFS3State;
-typedef struct NFS3Transaction_ NFS3Transaction;
-
#endif /* __APP_LAYER_NFS3_H__ */
#ifdef HAVE_RUST
#ifdef HAVE_LIBJANSSON
+#include "rust.h"
#include "rust-nfs-log-gen.h"
typedef struct LogNFS3FileCtx_ {
struct _Store;
typedef struct _Store Store;
+/** Opaque Rust types. */
+typedef struct NFS3tate_ NFS3State;
+typedef struct NFS3Transaction_ NFS3Transaction;
+
#endif /* !__RUST_H__ */