X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=progs%2Ftparm_type.h;h=2f7bd0771d5318b8137b5ce73861d0fb144cd4ae;hb=eb51b1ea1f75a0ec17c9c5937cb28df1e8eeec56;hp=7c102a309c1a423db36427bca2a7693f76df3b5a;hpb=7884aa084f9440fd964f14fe31853a5f85db5104;p=ncurses.git diff --git a/progs/tparm_type.h b/progs/tparm_type.h index 7c102a30..2f7bd077 100644 --- a/progs/tparm_type.h +++ b/progs/tparm_type.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2020 Thomas E. Dickey * + * Copyright 2020,2023 Thomas E. Dickey * * Copyright 2014 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -32,7 +32,7 @@ ****************************************************************************/ /* - * $Id: tparm_type.h,v 1.3 2020/10/24 17:11:33 tom Exp $ + * $Id: tparm_type.h,v 1.4 2023/04/08 15:41:20 tom Exp $ * * determine expected/actual number of parameters to setup for tparm */ @@ -45,8 +45,10 @@ typedef enum { Other = -1 ,Numbers = 0 + ,Str ,Num_Str ,Num_Str_Str + ,Str_Str } TParams; extern TParams tparm_type(const char *name);