comparison src/proto/ex_cmds2.pro @ 178:4d53c2a2af94 v7.0054

updated for version 7.0054
author vimboss
date Mon, 28 Feb 2005 22:48:19 +0000
parents 8c60f65311fa
children 73354c21f1e4
comparison
equal deleted inserted replaced
177:84c21eb4fc40 178:4d53c2a2af94
16 void profile_sub __ARGS((proftime_T *tm, proftime_T *tm2)); 16 void profile_sub __ARGS((proftime_T *tm, proftime_T *tm2));
17 void profile_add __ARGS((proftime_T *tm, proftime_T *tm2)); 17 void profile_add __ARGS((proftime_T *tm, proftime_T *tm2));
18 void profile_get_wait __ARGS((proftime_T *tm)); 18 void profile_get_wait __ARGS((proftime_T *tm));
19 void profile_sub_wait __ARGS((proftime_T *tm, proftime_T *tma)); 19 void profile_sub_wait __ARGS((proftime_T *tm, proftime_T *tma));
20 int profile_equal __ARGS((proftime_T *tm1, proftime_T *tm2)); 20 int profile_equal __ARGS((proftime_T *tm1, proftime_T *tm2));
21 int profile_cmp __ARGS((proftime_T *tm1, proftime_T *tm2));
21 char *profile_msg __ARGS((proftime_T *tm)); 22 char *profile_msg __ARGS((proftime_T *tm));
22 void ex_profile __ARGS((exarg_T *eap)); 23 void ex_profile __ARGS((exarg_T *eap));
23 void profile_dump __ARGS((void)); 24 void profile_dump __ARGS((void));
24 void script_prof_save __ARGS((proftime_T *tm)); 25 void script_prof_save __ARGS((proftime_T *tm));
25 void script_prof_restore __ARGS((proftime_T *tm)); 26 void script_prof_restore __ARGS((proftime_T *tm));