17 lines
197 B
C
17 lines
197 B
C
|
#include "../../kernel/frame.h"
|
||
|
#include "../../kernel/client.h"
|
||
|
#include <glib.h>
|
||
|
|
||
|
void history_startup()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
void history_shutdown()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
gboolean place_history(Client *c)
|
||
|
{
|
||
|
return FALSE;
|
||
|
}
|