summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/linktype.h
authorgroucho <groucho>2003-05-07 09:20:31 (UTC)
committer groucho <groucho>2003-05-07 09:20:31 (UTC)
commit6fc02cae4bd1fe3478e6e34575f481236ce5ede8 (patch) (unidiff)
tree1ef986f52464733a7ea7f58c03d25d7e3524f542 /noncore/apps/opie-reader/linktype.h
parent118d03d815a7615b9c53363218a7ac45b3f4c514 (diff)
downloadopie-6fc02cae4bd1fe3478e6e34575f481236ce5ede8.zip
opie-6fc02cae4bd1fe3478e6e34575f481236ce5ede8.tar.gz
opie-6fc02cae4bd1fe3478e6e34575f481236ce5ede8.tar.bz2
Hopefully, everything is in place now
Diffstat (limited to 'noncore/apps/opie-reader/linktype.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-reader/linktype.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/noncore/apps/opie-reader/linktype.h b/noncore/apps/opie-reader/linktype.h
new file mode 100644
index 0000000..fa22b2f
--- a/dev/null
+++ b/noncore/apps/opie-reader/linktype.h
@@ -0,0 +1,11 @@
1#ifndef __LINKTYPE_H
2#define __LINKTYPE_H
3
4enum linkType
5{
6 eNone,
7 eLink,
8 ePicture
9};
10
11#endif