[go: up one dir, main page]

File: pathedit.h

package info (click to toggle)
libkarma 0.1.2-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 676 kB
  • sloc: ansic: 6,224; sh: 328; makefile: 229; cs: 170
file content (17 lines) | stat: -rw-r--r-- 394 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * libkarma/pathedit.h
 *
 * Pathname editing
 *
 * Copyright (c) Enrique Vidal 2005, adapted from "tr.c", 
 * Copyright (c) ams@wiw.org (Abhijit Menon-Sen) 1998.
 *
 * You may distribute and modify this program under the terms of 
 * the GNU GPL, version 2 or later.
 */
#ifndef _PATHEDIT_H
#define _PATHEDIT_H

void tr(char *str, char *orig, char *sub, char *del, int squeezeRep);

#endif