6 lines
177 B
C
6 lines
177 B
C
#ifndef MODULE_COMMAND_H
|
|
#define MODULE_COMMAND_H
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
const char *command_module_preset(const char *path, char *buf, size_t buf_size);
|
|
#endif
|