summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.h b/src/command.h
index 2d540d4..a2ca7d9 100644
--- a/src/command.h
+++ b/src/command.h
@@ -23,6 +23,6 @@
#ifndef COMMAND_H
#define COMMAND_H
-extern int command_run(const char *cmd, struct nanolight *nl);
+extern int command_run(const char *cmd, struct lightctx *nl);
#endif /* COMMAND_H */