explorer: use xmalloc instead of malloc
[git-cheetah/kirill.git] / finder / menu.h
blob21d3e6a3ef094ae0c1916caa393b8e7cf97afd14
1 #ifndef CHEETAH_FINDER_MENU_H
2 #define CHEETAH_FINDER_MENU_H
4 OSStatus query_context_menu(void *me, const AEDesc *selection,
5 AEDescList *menu);
6 OSStatus invoke_command(void *me, AEDesc *selection, SInt32 id);
7 void cleanup_context_menu(void *me);
9 #endif /* CHEETAH_FINDER_MENU_H */