source:
trunk/config.tests/unix/cups/cups.cpp@
109
Last change on this file since 109 was 2, checked in by , 16 years ago | |
---|---|
File size: 107 bytes |
Line | |
---|---|
1 | #include <cups/cups.h> |
2 | |
3 | int main(int, char **) |
4 | { |
5 | cups_dest_t *d; |
6 | cupsGetDests(&d); |
7 | return 0; |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.