#include <downloadurl.h>
Data Fields | |
char * | url |
The URL of the package. | |
PmDownloadUrl * | prev |
The previous download URL in the list. | |
PmDownloadUrl * | next |
The next download URL in the list. |
This represents a location where the package can be downloaded, either locally or remotely.
|
The next download URL in the list.
|
|
The previous download URL in the list.
|
|
The URL of the package.
|