View Issue Details

IDProjectCategoryView StatusLast Update
0006609libmicrohttpddocumentationpublic2021-01-03 10:18
Reportercraigcomstock Assigned ToChristian Grothoff  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.9.71 
Target Version0.9.72Fixed in Version0.9.72 
Summary0006609: minimal C example doesn't compile
DescriptionThe minimal C example here, https://www.gnu.org/software/libmicrohttpd/, doesn't compile.

I had to change this line

```
static int ahc_echo(void * cls,
```

to

```
static enum MHD_Result ahc_echo(void * cls,
```
TagsNo tags attached.

Activities

Christian Grothoff

2020-10-21 00:06

manager   ~0017028

Fixed in CVS 1.64.

Issue History

Date Modified Username Field Change
2020-09-24 17:45 craigcomstock New Issue
2020-10-21 00:06 Christian Grothoff Note Added: 0017028
2020-10-21 00:06 Christian Grothoff Assigned To => Christian Grothoff
2020-10-21 00:06 Christian Grothoff Status new => resolved
2020-10-21 00:06 Christian Grothoff Resolution open => fixed
2020-10-21 00:06 Christian Grothoff Fixed in Version => 0.9.72
2020-10-21 00:06 Christian Grothoff Target Version => 0.9.72
2021-01-03 10:18 Christian Grothoff Status resolved => closed