summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba_external
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2013-02-18 10:02:51 +0100
committerAndrew Bartlett <abartlet@samba.org>2013-02-18 22:07:39 +1100
commit6eb59eb388ac7b98f7f7812e45ad4c8d333f03e8 (patch)
treea90f3dfa5281978c6e09baf93d9c0d0920280f2d /source4/scripting/python/samba_external
parent38cb1410f5107f42ddea9cbf9555adb273b35b18 (diff)
brlock.c: Fix typo in comment.
redundent -> redundant Signed-off-by: Karolin Seeger <kseeger@samba.org>
Diffstat (limited to 'source4/scripting/python/samba_external')
0 files changed, 0 insertions, 0 deletions
eful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef NSSSRV_SERVICES_H_ #define NSSSRV_SERVICES_H_ int nss_cmd_getservbyname(struct cli_ctx *cctx); int nss_cmd_getservbyport(struct cli_ctx *cctx); int nss_cmd_setservent(struct cli_ctx *cctx); int nss_cmd_getservent(struct cli_ctx *cctx); int nss_cmd_endservent(struct cli_ctx *cctx); #endif /* NSSSRV_SERVICES_H_ */