summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/linktype.h
blob: fa22b2ffc0b027f5c8ebac4bda1a10df346de854 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __LINKTYPE_H
#define __LINKTYPE_H

enum linkType
{
    eNone,
    eLink,
    ePicture
};

#endif