Changeset 773 for branches/samba-3.5.x/source3/include
- Timestamp:
- Jul 2, 2013, 7:27:06 PM (12 years ago)
- Location:
- branches/samba-3.5.x/source3/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/source3/include/config.h.in
r620 r773 498 498 #undef HAVE_DN_EXPAND 499 499 500 /* Define to 1 if you have the `dprintf' function. */ 501 #undef HAVE_DPRINTF 502 500 503 /* struct dqblk .dqb_fsoftlimit */ 501 504 #undef HAVE_DQB_FSOFTLIMIT … … 1512 1515 #undef HAVE_MEMCPY 1513 1516 1517 /* Define to 1 if you have the `memmem' function. */ 1518 #undef HAVE_MEMMEM 1519 1514 1520 /* Define to 1 if you have the `memmove' function. */ 1515 1521 #undef HAVE_MEMMOVE … … 2671 2677 /* Whether va_copy() is available */ 2672 2678 #undef HAVE_VA_COPY 2679 2680 /* Define to 1 if you have the `vdprintf' function. */ 2681 #undef HAVE_VDPRINTF 2673 2682 2674 2683 /* Whether the C compiler understands volatile */ -
branches/samba-3.5.x/source3/include/proto.h
r738 r773 7003 7003 void load_registry_shares(void); 7004 7004 int add_home_service(const char *service, const char *username, const char *homedir); 7005 int find_service( fstring service);7005 int find_service(const char *service_in, fstring service); 7006 7006 connection_struct *make_connection_snum(struct smbd_server_connection *sconn, 7007 7007 int snum, user_struct *vuser,
Note:
See TracChangeset
for help on using the changeset viewer.