Changes between Version 1 and Version 2 of XmlRpcPlugin/DotNet


Ignore:
Timestamp:
Jan 12, 2014, 7:28:55 AM (10 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XmlRpcPlugin/DotNet

    v1 v2  
    3535
    3636        [XmlRpcMethod("wiki.putPage")]
    37         bool putPage(string pagename, string content, struct PageAttributes attr);
     37        bool putPage(string pagename, string content, PageAttributes attr);
    3838    }
    3939