summaryrefslogtreecommitdiff
path: root/cmd/cmd_todo.h
blob: 210529e838f06ae7fea6dda750da61d9290fdccc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef __CMD_TODO_H
#define __CMD_TODO_H

#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
#include <time.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>

#include <sqlite3.h>

#include "util.h"
#include "debug.h"
#include "nbrpc_call.h"
#include "sds.h"

void *cmd_todo(void *data);

#endif