From: Stas Bekman Date: Thu, 21 Mar 2002 18:47:35 +0000 (+0800) Subject: doc fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dd76e73abcd899a61671a2e722b0d74371a359dc;p=p5sagit%2Fp5-mst-13.2.git doc fix Message-ID: <3C99BA47.9010403@stason.org> p4raw-id: //depot/perl@15404 --- diff --git a/pod/perlxs.pod b/pod/perlxs.pod index e5f5f75..ddc9a11 100644 --- a/pod/perlxs.pod +++ b/pod/perlxs.pod @@ -1190,6 +1190,14 @@ prototypes. timep RETVAL +If the prototypes are enabled, you can disable it locally for a given +XSUB as in the following example: + + void + rpcb_gettime_noproto() + PROTOTYPE: DISABLE + ... + =head2 The ALIAS: Keyword The ALIAS: keyword allows an XSUB to have two or more unique Perl names