android_os_MessageQueue: move looper prototypes to header, fix incorrect prototype

This commit is contained in:
Mis012
2024-04-15 23:11:24 +02:00
parent a1df6a43e5
commit f52a221c73
3 changed files with 14 additions and 9 deletions

View File

@@ -2,7 +2,8 @@
#include <stddef.h>
#include <stdio.h>
typedef void ALooper;
#include "looper.h"
typedef int (*Looper_callbackFunc)(int fd, int events, void* data);
// dummy strong pointer class