X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcfileutil.h;h=a1ccd3049953cf54e80f241edf980383893f8ef4;hp=79e00dfc962d1fc8d0db7806320a737d4bf13a7c;hb=0f0340b9fbce9704cc7171f8f0104ce9103d2de6;hpb=d60003d3019371d4ce834a6cbfbf41c257f5a5f7 diff --git a/lib/silcutil/silcfileutil.h b/lib/silcutil/silcfileutil.h index 79e00dfc..a1ccd304 100644 --- a/lib/silcutil/silcfileutil.h +++ b/lib/silcutil/silcfileutil.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 1997 - 2002 Pekka Riikonen + Copyright (C) 1997 - 2005 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -40,7 +40,8 @@ * DESCRIPTION * * Opens a file indicated by the filename `filename' with flags indicated - * by `flags'. The opening permission defaults to 0600. + * by `flags'. The opening permission defaults to 0600. The `flags' + * are defined in open(2). * ***/ int silc_file_open(const char *filename, int flags); @@ -55,7 +56,7 @@ int silc_file_open(const char *filename, int flags); * * Opens a file indicated by the filename `filename' with flags indicated * by `flags'. The argument `mode' specifies the permissions to use in - * case a new file is created. + * case a new file is created. The `flags' are defined in open(2). * ***/ int silc_file_open_mode(const char *filename, int flags, int mode);