]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/form_requestname.3x.html
ncurses 6.2 - patch 20201024
[ncurses.git] / doc / html / man / form_requestname.3x.html
index fbe3279fe5c66ce36c136b93ff1d3cfaef4b2c55..041a5b911189348223f86f966a5f90b287199864 100644 (file)
@@ -28,7 +28,7 @@
   * sale, use or other dealings in this Software without prior written       *
   * authorization.                                                           *
   ****************************************************************************
-  * @Id: form_requestname.3x,v 1.14 2020/10/17 23:08:23 tom Exp @
+  * @Id: form_requestname.3x,v 1.15 2020/10/24 09:01:37 tom Exp @
 -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <HTML>
@@ -55,8 +55,8 @@
 </PRE><H2><a name="h2-SYNOPSIS">SYNOPSIS</a></H2><PRE>
        <STRONG>#include</STRONG> <STRONG>&lt;form.h&gt;</STRONG>
 
-       const char *form_request_name(int request);
-       int form_request_by_name(const char *name);
+       <STRONG>const</STRONG> <STRONG>char</STRONG> <STRONG>*form_request_name(int</STRONG> <EM>request</EM><STRONG>);</STRONG>
+       <STRONG>int</STRONG> <STRONG>form_request_by_name(const</STRONG> <STRONG>char</STRONG> <STRONG>*</STRONG><EM>name</EM><STRONG>);</STRONG>
 
 
 </PRE><H2><a name="h2-DESCRIPTION">DESCRIPTION</a></H2><PRE>