6 * iscsi - async library for iscsi functionality
8 * The iscsi module is a work in progress.
10 * It aims to become a full async library for iscsi functionality,
11 * including all features required to establish and maintain a iscsi
12 * session, as well as a low level scsi library to create scsi cdb's
13 * and parse/unmarshall data-in structures.
15 * License: GPL (v3 or any later version)
16 * Author: Ronnie Sahlberg <ronniesahlberg@gmail.com>
18 int main(int argc, char *argv[])
23 if (strcmp(argv[1], "depends") == 0) {
24 printf("ccan/compiler\n");