mirror of
https://github.com/swaywm/sway.git
synced 2024-11-18 22:19:14 +00:00
6 lines
133 B
C
6 lines
133 B
C
#include "sway/commands.h"
|
|
|
|
struct cmd_results *cmd_nop(int argc, char **argv) {
|
|
return cmd_results_new(CMD_SUCCESS, NULL, NULL);
|
|
}
|