sendpraat.h 250 B

123456789101112131415
  1. /* sendpraat.h */
  2. /* Paul Boersma, September 27, 2000 */
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. char *sendpraat (void *display, const char *programName, long timeOut, const char *text);
  7. #ifdef __cplusplus
  8. }
  9. #endif
  10. /* End of file sendpraat.h */