[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo/info info-utils.h
From: |
Sergey Poznyakoff |
Subject: |
texinfo/info info-utils.h |
Date: |
Thu, 28 Jul 2011 07:13:05 +0000 |
CVSROOT: /cvsroot/texinfo
Module name: texinfo
Changes by: Sergey Poznyakoff <gray> 11/07/28 07:13:05
Modified files:
info : info-utils.h
Log message:
(printed_representation): Change signature.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/info/info-utils.h?cvsroot=texinfo&r1=1.8&r2=1.9
Patches:
Index: info-utils.h
===================================================================
RCS file: /cvsroot/texinfo/texinfo/info/info-utils.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- info-utils.h 10 May 2008 14:39:04 -0000 1.8
+++ info-utils.h 28 Jul 2011 07:13:05 -0000 1.9
@@ -1,5 +1,5 @@
/* info-utils.h -- Exported functions and variables from info-utils.c.
- $Id: info-utils.h,v 1.8 2008/05/10 14:39:04 gray Exp $
+ $Id: info-utils.h,v 1.9 2011/07/28 07:13:05 gray Exp $
Copyright (C) 1993, 1996, 1998, 2002, 2003, 2004, 2007 Free Software
Foundation, Inc.
@@ -98,7 +98,7 @@
/* Return a pointer to a string which is the printed representation
of CHARACTER if it were printed at HPOS. */
-extern char *printed_representation (const unsigned char *cp, size_t len,
+extern char *printed_representation (const char *str, size_t len,
size_t hpos, size_t *plen);
/* Return a pointer to the part of PATHNAME that simply defines the file. */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo/info info-utils.h,
Sergey Poznyakoff <=