repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git]
/
finit-arc
/
helpers.h
blob
69c64459b728be6e5db3f17b3019491b43f688d4
1
#ifndef __FINIT_HELPERS_H
2
#define __FINIT_HELPERS_H
3
4
int
makepath
(
char
*);
5
void
copyfile
(
char
*,
char
*,
int
);
6
int
getgroup
(
char
*);
7
8
#ifdef BUILTIN_RUNPARTS
9
int
run_parts
(
char
*, ...);
10
#endif
11
12
#endif