patch-wmphoto_wmphoto_h 420 B

12345678910111213
  1. $OpenBSD: patch-wmphoto_wmphoto_h,v 1.1.1.1 2001/01/16 22:44:43 naddy Exp $
  2. --- wmphoto/wmphoto.h.orig Sat Mar 13 08:05:18 1999
  3. +++ wmphoto/wmphoto.h Tue Jan 16 17:34:35 2001
  4. @@ -30,7 +30,7 @@ void poner_marco();
  5. void default_image();
  6. void get_next_photo();
  7. -int myselect(const struct dirent *d);
  8. +int myselect(struct dirent *d);
  9. void load_photo(char *name);
  10. void myexecCommand(char *command);
  11. void show_usage();