fish-shell/src/wait_handle.h
2023-03-18 18:53:04 -07:00

12 lines
230 B
C++

#ifndef FISH_WAIT_HANDLE_H
#define FISH_WAIT_HANDLE_H
// Hacks to allow us to compile without Rust headers.
struct WaitHandleStoreFFI;
struct WaitHandleRefFFI;
#if INCLUDE_RUST_HEADERS
#include "wait_handle.rs.h"
#endif
#endif