X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=menu%2Fm_pattern.c;h=469a00215813dc0109ee5da4dd3d1d1a8777f142;hb=1f7a36fe16b11bb4aab51be89bbc1b0f75936b78;hp=1764d05fbc0c2a60ff92f6bcde2f9dedc86a954c;hpb=c6540b9c89dda1a6a8bd681726831e8924176504;p=ncurses.git diff --git a/menu/m_pattern.c b/menu/m_pattern.c index 1764d05f..469a0021 100644 --- a/menu/m_pattern.c +++ b/menu/m_pattern.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2006,2010 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2006,2010 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 * @@ -37,7 +38,7 @@ #include "menu.priv.h" -MODULE_ID("$Id: m_pattern.c,v 1.16 2010/01/23 21:20:10 tom Exp $") +MODULE_ID("$Id: m_pattern.c,v 1.18 2020/05/24 01:40:20 anonymous.maarten Exp $") /*--------------------------------------------------------------------------- | Facility : libnmenu @@ -50,7 +51,7 @@ MODULE_ID("$Id: m_pattern.c,v 1.16 2010/01/23 21:20:10 tom Exp $") | pattern is stored | PatternString - as expected +--------------------------------------------------------------------------*/ -NCURSES_EXPORT(char *) +MENU_EXPORT(char *) menu_pattern(const MENU * menu) { static char empty[] = ""; @@ -72,7 +73,7 @@ menu_pattern(const MENU * menu) | E_NOT_CONNECTED - no items connected to menu | E_NO_MATCH - no item matches pattern +--------------------------------------------------------------------------*/ -NCURSES_EXPORT(int) +MENU_EXPORT(int) set_menu_pattern(MENU * menu, const char *p) { ITEM *matchitem;