X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Foutput.h;h=2338a0d87bf64e761023a49772f99a3d89ac7fd9;hb=5de8102af0956488f48ae9bf4941e5867a0f1260;hp=f7504bce0dba4dd48c80ac77c887d0da8c0cb12d;hpb=3d2d7cd7e835a1f49fb24e629972dd5d99d872ab;p=pspp-builds.git diff --git a/src/output/output.h b/src/output/output.h index f7504bce..2338a0d8 100644 --- a/src/output/output.h +++ b/src/output/output.h @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#if !output_h -#define output_h 1 +#ifndef OUTPUT_OUTPUT_H +#define OUTPUT_OUTPUT_H 1 #include @@ -134,6 +134,7 @@ extern char *outp_subtitle; void outp_init (void); void outp_read_devices (void); +void outp_configure_driver_line (struct substring); void outp_done (void); void outp_configure_clear (void); @@ -164,4 +165,4 @@ int outp_string_width (struct outp_driver *, const char *, enum outp_font); /* Imported from som-frnt.c. */ void som_destroy_driver (struct outp_driver *); -#endif /* output.h */ +#endif /* output/output.h */