[BACK]Return to dump.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/dump.h between version 1.2 and 1.3

version 1.2, 2012/10/02 10:29:30 version 1.3, 2015/01/23 22:35:57
Line 46 
Line 46 
  *      function.   *      function.
  *      free(t) when done with it.   *      free(t) when done with it.
  */   */
 extern void * sort_ohash(struct ohash *, int (*)(const void *, const void *));  extern void *sort_ohash(struct ohash *, int (*)(const void *, const void *));
   
 #endif  #endif

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3