X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fpicsmap.h;h=fc790a941c0a4aee7a6c3d10f9f098cffc29089d;hp=511ae7aa9991908a870fbeff997a6cbf1df8f9cf;hb=643ec2bf782cd02efafe3ccdeaea8920a404645e;hpb=06078d3fa68db669ed37178c01873546b4b28745 diff --git a/test/picsmap.h b/test/picsmap.h index 511ae7aa..fc790a94 100644 --- a/test/picsmap.h +++ b/test/picsmap.h @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2017 Free Software Foundation, Inc. * + * Copyright 2020,2021 Thomas E. Dickey * + * Copyright 2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -29,7 +30,7 @@ /**************************************************************************** * Author: Thomas E. Dickey * ****************************************************************************/ -/* $Id: picsmap.h,v 1.3 2017/11/18 22:37:00 tom Exp $ */ +/* $Id: picsmap.h,v 1.5 2021/04/24 23:25:17 tom Exp $ */ #ifndef PICSMAP_H_INCL #define PICSMAP_H_INCL 1 @@ -67,8 +68,4 @@ typedef struct { short blue; } RGB_DATA; -static void init_display(const char *, int); - -static void show_picture(PICS_HEAD * pics); - #endif /* PICSMAP_H_INCL */