Blame doc/librpm/html/rpmurl_8h_source.html

2ff057
2ff057
<html xmlns="http://www.w3.org/1999/xhtml">
2ff057
<head>
2ff057
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
2ff057
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
2ff057
<meta name="generator" content="Doxygen 1.8.14"/>
2ff057
<meta name="viewport" content="width=device-width, initial-scale=1"/>
2ff057
<title>rpm: rpmurl.h Source File</title>
2ff057
<link href="tabs.css" rel="stylesheet" type="text/css"/>
2ff057
<script type="text/javascript" src="jquery.js"></script>
2ff057
<script type="text/javascript" src="dynsections.js"></script>
2ff057
<link href="doxygen.css" rel="stylesheet" type="text/css" />
2ff057
</head>
2ff057
<body>
2ff057
2ff057
2ff057
2ff057
 
2ff057
 
2ff057
  
2ff057
   
rpm
2ff057
    4.14.2
2ff057
   
2ff057
  
2ff057
 
2ff057
 
2ff057
2ff057
2ff057
2ff057
2ff057
<script type="text/javascript" src="menudata.js"></script>
2ff057
<script type="text/javascript" src="menu.js"></script>
2ff057
<script type="text/javascript">
2ff057
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
2ff057
$(function() {
2ff057
  initMenu('',false,false,'search.php','Search');
2ff057
});
2ff057
/* @license-end */</script>
2ff057
2ff057
2ff057
  
    2ff057
  • rpmio
  • 2ff057
    2ff057
    2ff057
    2ff057
      
    2ff057
    rpmurl.h
    2ff057
    2ff057
    2ff057
    Go to the documentation of this file.
    1 #ifndef H_RPMURL
    2 #define H_RPMURL
    3 
    10 #ifdef __cplusplus
    11 extern "C" {
    12 #endif
    13 
    17 typedef enum urltype_e {
    21  URL_IS_FTP = 3,
    25 } urltype;
    26 
    32 urltype urlIsURL(const char * url);
    33 
    40 urltype urlPath(const char * url, const char ** pathp);
    41 
    48 int urlGetFile(const char * url, const char * dest);
    49 
    50 #ifdef __cplusplus
    51 }
    52 #endif
    53 
    54 #endif /* H_RPMURL */
    2ff057
    2ff057
    2ff057
    2ff057
    urltype urlPath(const char *url, const char **pathp)
    Return path component of URL.
    2ff057
    2ff057
    2ff057
    2ff057
    urltype urlIsURL(const char *url)
    Return type of URL.
    2ff057
    enum urltype_e urltype
    Supported URL types.
    2ff057
    urltype_e
    Supported URL types.
    Definition: rpmurl.h:17
    2ff057
    int urlGetFile(const char *url, const char *dest)
    Copy data from URL to local file.
    2ff057
    2ff057
    2ff057

    <address class="footer"><small>
    2ff057
    Generated by  
    2ff057
    doxygen
    2ff057
     1.8.14
    2ff057
    </small></address>
    2ff057
    </body>
    2ff057
    </html>