polybar-dwm/include/lemonbuddy.hpp
2016-06-21 04:23:23 +02:00

11 lines
199 B
C++

#pragma once
#include "exception.hpp"
DefineBaseException(ApplicationError);
void register_pid(pid_t pid);
void unregister_pid(pid_t pid);
void register_command_handler(std::string module_name);