I'm trying to find the function definition of pmessage. I did "grep -R pmessage *" from the top directory (Vanilla) and I found the function prototype in include/proto.h, but I could not find the function definition anywhere! Can a function be used with just a prototype? Also what does it mean if a function argument is "..." ? I thought every function needed a prototype and a definition. Zach