vt: export the new API

This commit is contained in:
Mitchell Hashimoto
2026-03-30 10:16:37 -07:00
parent 0c38e8be60
commit 3c6e98c5a7

View File

@@ -116,6 +116,6 @@ typedef struct {
*
* @return Pointer to the null-terminated JSON string.
*/
const char *ghostty_type_json(void);
GHOSTTY_EXPORT const char *ghostty_type_json(void);
#endif /* GHOSTTY_VT_TYPES_H */