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

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

#endif /* !E2TOOLS_COPY_H */