mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
feat(options): implement StormSetOption
This commit is contained in:
parent
09e7076a9b
commit
2ffa8217c0
4 changed files with 149 additions and 0 deletions
10
storm/option/Option.hpp
Normal file
10
storm/option/Option.hpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef STORM_OPTION_OPTION_HPP
|
||||
#define STORM_OPTION_OPTION_HPP
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
int32_t StormSetOption(int32_t optname, const void* optval, uint32_t optlen);
|
||||
|
||||
int32_t StormGetOption(int32_t optname, void* optval, uint32_t* optlen);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue