home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / usr / share / YaST2 / scrconf / curl.scr < prev    next >
Encoding:
Text File  |  2006-11-29  |  393 b   |  25 lines

  1. /**
  2.  * File:    curl.scr
  3.  * Summary:    Curl agent
  4.  * Author:    Anas Nashif <nashif@suse.de>
  5.  * Access:    execute-only
  6.  * See:        curl(1), libcurl(3)
  7.  *
  8.  * Example:
  9.  *   Dir(.curl)
  10.  *   (["WHAT", "EVER", "YOU", "GET"])
  11.  **
  12.  *   Read(.curl)
  13.  *   ("WHAT_EVER_YOU_GET")
  14.  **
  15.  *   Write(.curl, value)
  16.  *   (true)
  17.  *
  18.  * $Id: curl.scr 13018 2003-12-11 12:52:53Z jhumpol $
  19.  */
  20. .curl
  21.  
  22. `ag_curl(
  23.     `CurlAgent()
  24. )
  25.