summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/include/LibLsp/lsp/general/exit.h
blob: 02fe216017345c9eb6019d8123d643404f333e4b (plain)
1
2
3
4
5
6
7
#pragma once

#include "LibLsp/JsonRpc/NotificationInMessage.h"
/**
 * A notification to ask the server to exit its process.
 */
DEFINE_NOTIFICATION_TYPE(Notify_Exit, boost::optional<JsonNull>, "exit");