IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 28, 2005, 11:56:34 AM (21 years ago)
Author:
jhoblitt
Message:

remove dependency on soapH.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/src/nebclient.h

    r4646 r4647  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.h,v 1.22 2005-07-28 21:55:52 jhoblitt Exp $
     6 * $Id: nebclient.h,v 1.23 2005-07-28 21:56:34 jhoblitt Exp $
    77 */
    88
    99#include <stdbool.h>
    10 #include "soapH.h"
    1110
    1211#ifndef NEBCLIENT_H
     
    1615
    1716typedef struct {
    18     struct soap     *soap;
     17    void            *soap;
    1918    char            *err_buf;
    2019    size_t          err_buf_size;
Note: See TracChangeset for help on using the changeset viewer.