Fixed incorrect bit number for SMB_AUTOSCROLL. Fortunately it isn't used
[AROS.git] / test / library / pertask.conf
blobba8e123d62238e580d22813fbaf4141d624ac0ca
1 ##begin config
2 version 1.1
3 libbasetype struct PertaskBase
4 options pertaskbase,rellinklib
5 ##end config
7 ##begin cdefprivate
8 #include "pertaskbase.h"
9 ##end cdefprivate
11 ##begin functionlist
12 struct Library *GetParentBase() ()
13 struct Library *GetParentBase2()
14 void PertaskSetValue(int)
15 int PertaskGetValue(void)
16 ##end functionlist