]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/ptyfwd.h
Merge pull request #30284 from YHNdnzj/fstab-wantedby-defaultdeps
[thirdparty/systemd.git] / src / shared / ptyfwd.h
index f0ae6e949d04b76d8b5f83c73e94d73b67ecad9f..bae8d3591e44834b59259b568178291f90418cc4 100644 (file)
@@ -39,4 +39,6 @@ int pty_forward_set_priority(PTYForward *f, int64_t priority);
 
 int pty_forward_set_width_height(PTYForward *f, unsigned width, unsigned height);
 
+int pty_forward_set_background_color(PTYForward *f, const char *color);
+
 DEFINE_TRIVIAL_CLEANUP_FUNC(PTYForward*, pty_forward_free);