~ubuntu-branches/debian/stretch/alpine/stretch

« back to all changes in this revision

Viewing changes to pith/charconv/utf8.h

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2008-09-23 12:17:56 UTC
  • mfrom: (2.1.8 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080923121756-6u4x8bwq89qlzt32
Tags: 2.00+dfsg-2
Update to package description: note that Alpine is no longer in
alpha. (Closes: #499640)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*-----------------------------------------------------------------------
2
 
 $Id: utf8.h 902 2008-01-08 17:04:58Z hubert@u.washington.edu $
 
2
 $Id: utf8.h 1019 2008-04-02 22:09:20Z hubert@u.washington.edu $
3
3
  -----------------------------------------------------------------------*/
4
4
 
5
5
/*
6
6
 * ========================================================================
7
 
 * Copyright 2006-2007 University of Washington
 
7
 * Copyright 2006-2008 University of Washington
8
8
 *
9
9
 * Licensed under the Apache License, Version 2.0 (the "License");
10
10
 * you may not use this file except in compliance with the License.
95
95
char          *utf8_to_charset(char *, char *, int);
96
96
char          *comatose(long);
97
97
char          *tose(long);
98
 
void           line_paint(int, struct display_line *, int);
 
98
void           line_paint(int, struct display_line *, int *);
 
99
 
 
100
#if     !defined(_WINDOWS) && HAVE_LANGINFO_H && defined(CODESET)
 
101
char          *nl_langinfo_codeset_wrapper(void);
 
102
#endif
99
103
 
100
104
 
101
105
#endif  /* PITH_CHARCONV_UTF8_INCLUDED */