14 lines
197 B
C
Raw Normal View History

2026-01-08 23:58:19 +01:00
/*
* DWN - Desktop Window Manager
* Service management
*/
#ifndef DWN_SERVICES_H
#define DWN_SERVICES_H
void services_init(void);
void services_run(void);
void services_cleanup(void);
#endif