diff options
author | Gerald Carter <jerry@samba.org> | 2002-08-28 23:13:32 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-08-28 23:13:32 +0000 |
commit | f0a44a06d0640383cdafd7c6bcfbb2d71d91fcb1 (patch) | |
tree | 6a82f5d6ae181cc7b009b9d9238a9ec3075073d7 /examples | |
parent | eb7ce6ae02a5eea505a9c971c47e3048a6bfe171 (diff) | |
download | samba-f0a44a06d0640383cdafd7c6bcfbb2d71d91fcb1.tar.gz samba-f0a44a06d0640383cdafd7c6bcfbb2d71d91fcb1.tar.xz samba-f0a44a06d0640383cdafd7c6bcfbb2d71d91fcb1.zip |
another sync with SAMBA_2_2. Regenerated docs after vl new strip-links.pl
change
Diffstat (limited to 'examples')
-rw-r--r-- | examples/VFS/block/block.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/VFS/block/block.c b/examples/VFS/block/block.c index a8b17a35dd4..7ced065bad6 100644 --- a/examples/VFS/block/block.c +++ b/examples/VFS/block/block.c @@ -144,7 +144,7 @@ struct vfs_ops execute_vfs_ops = { extern BOOL pm_process(char *FileName, BOOL (*sfunc)(char *), BOOL(*pfunc)(char * , char *)); -//functions +/* functions */ BOOL enter_pblock_mount(char *dir); BOOL get_section(char *sect); |