From 98f720740da2baddc762d98d35a7b70df8a3c430 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan <79687674+justsaumit@users.noreply.github.com> Date: Tue, 22 Feb 2022 07:27:40 +0530 Subject: Update st.h --- st.h | 1 + 1 file changed, 1 insertion(+) diff --git a/st.h b/st.h index 980c56f..f70d0ec 100644 --- a/st.h +++ b/st.h @@ -83,6 +83,7 @@ void die(const char *, ...); void redraw(void); void draw(void); +void externalpipe(const Arg *); void kscrolldown(const Arg *); void kscrollup(const Arg *); void printscreen(const Arg *); -- cgit v1.2.3