Ignore:
Timestamp:
Sep 30, 2007, 3:42:50 AM (18 years ago)
Author:
Paul Smedley
Message:

Update trunk to 3.2.0pre1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/utils/net_dns.c

    r1 r77  
    99   This program is free software; you can redistribute it and/or modify
    1010   it under the terms of the GNU General Public License as published by
    11    the Free Software Foundation; either version 2 of the License, or
     11   the Free Software Foundation; either version 3 of the License, or
    1212   (at your option) any later version.
    1313   
     
    1818   
    1919   You should have received a copy of the GNU General Public License
    20    along with this program; if not, write to the Free Software
    21    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 
     20   along with this program.  If not, see <http://www.gnu.org/licenses/>. 
    2221*/
    2322
     
    2726
    2827#if defined(WITH_DNS_UPDATES)
     28
     29/*
     30 * Silly prototype to get rid of a warning
     31 */
     32
     33DNS_ERROR DoDNSUpdate(char *pszServerName,
     34                      const char *pszDomainName, const char *pszHostName,
     35                      const struct in_addr *iplist, size_t num_addrs );
    2936
    3037/*********************************************************************
     
    161168}
    162169
     170/*
     171 * Silly prototype to get rid of a warning
     172 */
     173
     174DNS_ERROR do_gethostbyname(const char *server, const char *host);
     175
    163176DNS_ERROR do_gethostbyname(const char *server, const char *host)
    164177{
Note: See TracChangeset for help on using the changeset viewer.