Files
reyna-cli/native/ReynaCLIHost/Sources/CSignalSupport/include/CSignalSupport.h
T
Adolfo Reyna 9fd04b0ce4 feat(privacy-host): add signed native calendar contacts and reminders host
Add the owner-only AF_UNIX Reyna CLI privacy host, strict signed-app installation, and typed native routing for Calendar, Contacts, and Reminders.\n\nAdd bounded system-status paths and config-only direct local-service wrappers. Preserve MacMiniMCP pending explicit cutover approval.\n\nApple Notes is intentionally deferred: no native Notes operations, Apple Events declaration, or Automation helper are included; legacy Notes handling remains untouched.
2026-08-03 20:27:54 -04:00

10 lines
210 B
C

#ifndef CSignalSupport_h
#define CSignalSupport_h
#include <sys/types.h>
void reyna_store_socket_path(const char *path);
void reyna_install_signal_handlers(void);
void reyna_cleanup_socket_sync(void);
#endif