Ignore:
Timestamp:
May 24, 2009, 7:51:24 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/lib/smbconf/smbconf.h

    r206 r223  
    3535};
    3636
    37 
    38 /**
    39  * intialization dispatcher function.
    40  * takes source string in the form of "backend:path"
    41  */
    42 WERROR smbconf_init(TALLOC_CTX *mem_ctx, struct smbconf_ctx **conf_ctx,
    43                     const char *source);
    44 
    45 /**
    46  * initialization functions for the available modules
    47  */
    48 
    49 WERROR smbconf_init_reg(TALLOC_CTX *mem_ctx, struct smbconf_ctx **conf_ctx,
    50                         const char *path);
    51 
    52 WERROR smbconf_init_txt(TALLOC_CTX *mem_ctx,
    53                         struct smbconf_ctx **conf_ctx,
    54                         const char *path);
    55 
    5637/*
    5738 * the smbconf API functions
    5839 */
     40bool smbconf_backend_requires_messaging(struct smbconf_ctx *ctx);
     41bool smbconf_is_writeable(struct smbconf_ctx *ctx);
    5942void smbconf_shutdown(struct smbconf_ctx *ctx);
    6043bool smbconf_changed(struct smbconf_ctx *ctx, struct smbconf_csn *csn,
     
    11295WERROR smbconf_delete_global_includes(struct smbconf_ctx *ctx);
    11396
     97WERROR smbconf_transaction_start(struct smbconf_ctx *ctx);
     98WERROR smbconf_transaction_commit(struct smbconf_ctx *ctx);
     99WERROR smbconf_transaction_cancel(struct smbconf_ctx *ctx);
     100
    114101#endif /*  _LIBSMBCONF_H_  */
Note: See TracChangeset for help on using the changeset viewer.