summaryrefslogtreecommitdiff
path: root/config.tests/unix/cups/cups.cpp
blob: e8c17eaeaf84ba5847e62bbaa3a6618d6a2a4a60 (plain)
1
2
3
4
5
6
7
8
#include <cups/cups.h>

int main(int, char **)
{
    cups_dest_t *d;
    cupsGetDests(&d);
    return 0;
}