#ifndef __osxbits_h__
#define __osxbits_h__

int osx_msgbox(char *name, char *msg);
int osx_ynbox(char *name, char *msg);

#endif