# HG changeset patch # User Richard M. Stallman # Date 896316414 0 # Node ID ca2d0846af6c133245ed65197e015eb56be317c4 # Parent 9308a15aa8f89a97dd0a2cd107e46b86e6f73073 Add prototype for get_doc_string. diff -r 9308a15aa8f8 -r ca2d0846af6c src/lisp.h --- a/src/lisp.h Thu May 28 00:46:38 1998 +0000 +++ b/src/lisp.h Thu May 28 00:46:54 1998 +0000 @@ -2369,6 +2369,7 @@ EXFUN (Fdocumentation, 2); EXFUN (Fdocumentation_property, 3); extern Lisp_Object read_doc_string P_ ((Lisp_Object)); +extern Lisp_Object get_doc_string P_ ((Lisp_Object, int)); extern void syms_of_doc P_ ((void)); /* defined in bytecode.c */