diya-shell/src/background.h

8 lines
167 B
C

#ifndef DIYA_SHELL_BACKGROUND_H
#define DIYA_SHELL_BACKGROUND_H
#include "session-shell.h"
void diya_session_shell_init_background(DiyaSessionShell * shell);
#endif