Export symbol alloc_applid for capi20

Author: Michael Mueller <malware@t-online.de>
Reviewed-by: Jan-Michael Brummer <jan.brummer@tabos.org>

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
This commit is contained in:
Karsten Keil 2012-02-25 17:06:46 +01:00
parent 3b275b7c19
commit 25f2d9f7ec
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ static inline int remember_applid(unsigned applid, int fd)
return 0;
}
static inline unsigned alloc_applid(int fd)
unsigned alloc_applid(int fd)
{
unsigned applid;
for (applid=1; applid < MAX_APPL; applid++) {