~ubuntu-dev/ubuntu/lucid/mutt/lucid-201002110857

« back to all changes in this revision

Viewing changes to lib.h

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-06-07 17:30:03 UTC
  • mto: (16.2.1 experimental) (2.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20090607173003-rg37ui3h2bbv7wl0
Tags: upstream-1.5.19
ImportĀ upstreamĀ versionĀ 1.5.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
3
 
 * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
 
2
 * Copyright (C) 1996-2000,2007 Michael R. Elkins <me@mutt.org>
 
3
 * Copyright (C) 1999-2005,2007 Thomas Roessler <roessler@does-not-exist.org>
4
4
 * 
5
5
 *     This program is free software; you can redistribute it
6
6
 *     and/or modify it under the terms of the GNU General Public
170
170
int safe_rename (const char *, const char *);
171
171
int safe_symlink (const char *, const char *);
172
172
int safe_fclose (FILE **);
 
173
int safe_fsync_close (FILE **);
 
174
int mutt_rmtree (const char *);
173
175
 
174
176
size_t mutt_quote_filename (char *, size_t, const char *);
175
177
size_t mutt_strlen (const char *);