--- sc.h.old	2023-04-26 18:42:31.790081128 -0400
+++ sc.h	2023-04-26 18:42:46.452346995 -0400
@@ -614,6 +614,20 @@

 void yankr(struct ent *v1, struct ent *v2);

+void ljustify(int sr, int sc, int er, int ec);
+void rjustify(int sr, int sc, int er, int ec);
+void center(int sr, int sc, int er, int ec);
+void add_abbr(char *string);
+void yankrow(int arg);
+void getframe(int fd);
+void yankcol(int arg);
+void getrange(char *name, int fd);
+void doeval(struct enode *e, char *fmt, int row, int col, int fd);
+void doseval(struct enode *e, int row, int col, int fd);
+void dogetkey();
+void list_frames(FILE *f);
+void gotonote();
+

 #if BSD42 || SYSIII

