~ubuntu-branches/ubuntu/vivid/logrotate/vivid

« back to all changes in this revision

Viewing changes to basenames.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2008-11-07 14:57:09 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20081107145709-s8ktufsiktmkuidl
Tags: 3.7.7-1ubuntu1
* Merge with Debian experimental (LP: #64964). Remaining Ubuntu changes:
  - debian/control: Drop mailx to Suggests for Ubuntu; it's only used on
    request, and we don't configure an MTA by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#define H_BASENAMES
3
3
 
4
4
/* returns a pointer inside of name */
5
 
char * ourBaseName(char *name);
 
5
char *ourBaseName(char *name);
6
6
/* returns a malloc'd string which must be freed by the caller */
7
 
char * ourDirName(char * origname);
 
7
char *ourDirName(char *origname);
8
8
 
9
9
#endif