diff options
Diffstat (limited to 'src/ipc.h')
-rw-r--r-- | src/ipc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define FEH_IPC_VERSION 0x100; -int feh_ipc_create_socket(void); +void feh_ipc_create_socket(void); int feh_ipc_get_session_id(void); typedef struct { |