summaryrefslogtreecommitdiffstats
path: root/copy.h
blob: b4c3bdaeb3984119fc955fe3429fe385ba3f37c0 (plain)
1
2
3
4
5
6
7
8
#ifndef E2TOOLS_COPY_H
#define E2TOOLS_COPY_H

/* from copy.c */
extern long copy(int argc, char *argv[]);
extern int my_strcmp(const void *n1, const void *n2);

#endif /* !E2TOOLS_COPY_H */