Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 19, 2020 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/e08bf18eab3a4a8be7bc595e441d5710 to your computer and use it in GitHub Desktop.
Save r-ryantm/e08bf18eab3a4a8be7bc595e441d5710 to your computer and use it in GitHub Desktop.
/nix/store/9rahga0qlq147gj381kja8sx8jhhj5mv-libosip2-5.2.0
├── include
│   ├── osip2
│   │   ├── osip_condv.h
│   │   ├── osip_dialog.h
│   │   ├── osip_fifo.h
│   │   ├── osip.h
│   │   ├── osip_mt.h
│   │   └── osip_time.h
│   └── osipparser2
│   ├── headers
│   │   ├── osip_accept_encoding.h
│   │   ├── osip_accept.h
│   │   ├── osip_accept_language.h
│   │   ├── osip_alert_info.h
│   │   ├── osip_allow.h
│   │   ├── osip_authentication_info.h
│   │   ├── osip_authorization.h
│   │   ├── osip_call_id.h
│   │   ├── osip_call_info.h
│   │   ├── osip_contact.h
│   │   ├── osip_content_disposition.h
│   │   ├── osip_content_encoding.h
│   │   ├── osip_content_length.h
│   │   ├── osip_content_type.h
│   │   ├── osip_cseq.h
│   │   ├── osip_error_info.h
│   │   ├── osip_from.h
│   │   ├── osip_header.h
│   │   ├── osip_mime_version.h
│   │   ├── osip_proxy_authenticate.h
│   │   ├── osip_proxy_authentication_info.h
│   │   ├── osip_proxy_authorization.h
│   │   ├── osip_record_route.h
│   │   ├── osip_route.h
│   │   ├── osip_to.h
│   │   ├── osip_via.h
│   │   └── osip_www_authenticate.h
│   ├── osip_body.h
│   ├── osip_const.h
│   ├── osip_headers.h
│   ├── osip_list.h
│   ├── osip_md5.h
│   ├── osip_message.h
│   ├── osip_parser.h
│   ├── osip_port.h
│   ├── osip_uri.h
│   └── sdp_message.h
├── lib
│   ├── libosip2.la
│   ├── libosip2.so -> libosip2.so.14.0.0
│   ├── libosip2.so.14 -> libosip2.so.14.0.0
│   ├── libosip2.so.14.0.0
│   ├── libosipparser2.la
│   ├── libosipparser2.so -> libosipparser2.so.14.0.0
│   ├── libosipparser2.so.14 -> libosipparser2.so.14.0.0
│   ├── libosipparser2.so.14.0.0
│   └── pkgconfig
│   └── libosip2.pc
└── share
└── man
└── man1
└── osip.1.gz
9 directories, 53 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment