summaryrefslogtreecommitdiff
path: root/src/main/lsp/actions.h
blob: 59b4d3667ccc008dd24d0bb6174c580cba54db5d (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _ACTIONS_H
#define _ACTIONS_H

#include <stdint.h>

#include "dged/command.h"

int32_t code_actions_cmd(struct command_ctx, int, const char **);

#endif